|
terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Inheritance diagram for System.Xml.Linq.XElement:
Collaboration diagram for System.Xml.Linq.XElement:Public Member Functions | |
| XElement (XName name) | |
| XElement (XElement other) | |
| XElement (XStreamingElement other) | |
| XAttribute | Attribute (XName name) |
| IEnumerable< XAttribute > | Attributes () |
| string | GetPrefixOfNamespace (XNamespace ns) |
| override void | WriteTo (XmlWriter writer) |
| void | Add (object content) |
| IEnumerable< XNode > | Nodes () |
| void | RemoveNodes () |
| void | Remove () |
| override string | ToString () |
| T | Annotation< T > () |
Package Functions | |
| override void | AddAttribute (XAttribute a) |
| override void | AddAttributeSkipNotify (XAttribute a) |
| void | AppendAttribute (XAttribute a) |
| void | AppendAttributeSkipNotify (XAttribute a) |
| override XNode | CloneNode () |
| override void | ValidateNode (XNode node, XNode previous) |
| void | AddContentSkipNotify (object content) |
| void | AddNode (XNode n) |
| void | AddNodeSkipNotify (XNode n) |
| void | AddString (string s) |
| void | AddStringSkipNotify (string s) |
| void | AppendNode (XNode n) |
| void | AppendNodeSkipNotify (XNode n) |
| override void | AppendText (StringBuilder sb) |
| void | ConvertTextToNode () |
| void | RemoveNode (XNode n) |
| virtual void | ValidateString (string s) |
| void | WriteContentTo (XmlWriter writer) |
| bool | NotifyChanged (object sender, XObjectChangeEventArgs e) |
| bool | NotifyChanging (object sender, XObjectChangeEventArgs e) |
| bool | SkipNotify () |
| SaveOptions | GetSaveOptionsFromAnnotations () |
Static Package Functions | |
| static string | GetStringValue (object value) |
Package Attributes | |
| XName | name |
| XAttribute | lastAttr |
| object | content |
| XNode | next |
| XContainer | parent |
| object | annotations |
Properties | |
| bool | IsEmpty [get, set] |
| XName | Name [get, set] |
| override XmlNodeType | NodeType [get, set] |
| string | Value [get, set] |
| class< GetAttributes > | IEnumerator [set] |
| XNode | LastNode [get, set] |
| XElement | Parent [get, set] |
Private Member Functions | |
| IEnumerable< XAttribute > | GetAttributes (XName name) |
| string | GetNamespaceOfPrefixInScope (string prefix, XElement outOfScope) |
| void | RemoveNodesSkipNotify () |
| string | GetXmlString (SaveOptions o) |
| object | AnnotationForSealedType (Type type) |
Private Attributes | |
| class< GetAttributes > | d__116: IEnumerable<XAttribute> |
| class< GetAttributes > | IEnumerable |
| class< GetAttributes > | IEnumerator< XAttribute > |
| class< GetAttributes > | IDisposable |
| class< Nodes > | d__18: IEnumerable<XNode> |
| class< Nodes > | IEnumerator< XNode > |
Definition at line 16 of file XElement.cs.