|
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.XDocument:
Collaboration diagram for System.Xml.Linq.XDocument:Public Member Functions | |
| XDocument () | |
| XDocument (XDocument other) | |
| 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) |
| override XNode | CloneNode () |
| override void | ValidateNode (XNode node, XNode previous) |
| override void | ValidateString (string s) |
| 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) |
| void | WriteContentTo (XmlWriter writer) |
| bool | NotifyChanged (object sender, XObjectChangeEventArgs e) |
| bool | NotifyChanging (object sender, XObjectChangeEventArgs e) |
| bool | SkipNotify () |
| SaveOptions | GetSaveOptionsFromAnnotations () |
Static Package Functions | |
| static bool | IsWhitespace (string s) |
| static string | GetStringValue (object value) |
Package Attributes | |
| object | content |
| XNode | next |
| XContainer | parent |
| object | annotations |
Properties | |
| XDeclaration | Declaration [get, set] |
| override XmlNodeType | NodeType [get, set] |
| XElement | Root [get, set] |
| XNode | LastNode [get, set] |
| class< Nodes > | IEnumerator [set] |
| XElement | Parent [get, set] |
Private Member Functions | |
| T | GetFirstNode< T > () |
| void | ValidateDocument (XNode previous, XmlNodeType allowBefore, XmlNodeType allowAfter) |
| void | RemoveNodesSkipNotify () |
| string | GetXmlString (SaveOptions o) |
| object | AnnotationForSealedType (Type type) |
Private Attributes | |
| XDeclaration | _declaration |
| class< Nodes > | d__18: IEnumerable<XNode> |
| class< Nodes > | IEnumerable |
| class< Nodes > | IEnumerator< XNode > |
| class< Nodes > | IDisposable |
Definition at line 8 of file XDocument.cs.