| 
    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.XmlText:
 Collaboration diagram for System.Xml.XmlText:Public Member Functions | |
| override XmlNode | CloneNode (bool deep) | 
| virtual XmlNode | RemoveChild (XmlNode oldChild) | 
| virtual XmlNode | AppendChild (XmlNode newChild) | 
| virtual void | RemoveAll () | 
| virtual string | GetPrefixOfNamespace (string namespaceURI) | 
Package Functions | |
| XmlText (string strData) | |
| XmlText (string strData, XmlDocument doc) | |
| bool | CheckOnData (string data) | 
| bool | AncestorNode (XmlNode node) | 
| virtual XmlNode | AppendChildForLoad (XmlNode newChild, XmlDocument doc) | 
| virtual bool | IsValidChildType (XmlNodeType type) | 
| virtual bool | CanInsertAfter (XmlNode newChild, XmlNode refChild) | 
| virtual void | CopyChildren (XmlDocument doc, XmlNode container, bool deep) | 
| string | GetPrefixOfNamespaceStrict (string namespaceURI) | 
| virtual void | SetParent (XmlNode node) | 
| virtual void | SetParentForLoad (XmlNode node) | 
| virtual XmlNode | FindChild (XmlNodeType type) | 
| virtual XmlNodeChangedEventArgs | GetEventArgs (XmlNode node, XmlNode oldParent, XmlNode newParent, string oldValue, string newValue, XmlNodeChangedAction action) | 
| virtual void | BeforeEvent (XmlNodeChangedEventArgs args) | 
| virtual void | AfterEvent (XmlNodeChangedEventArgs args) | 
Static Package Functions | |
| static bool | HasReadOnlyParent (XmlNode n) | 
| static void | SplitName (string name, out string prefix, out string localName) | 
| static void | NestTextNodes (XmlNode prevNode, XmlNode nextNode) | 
| static void | UnnestTextNodes (XmlNode prevNode, XmlNode nextNode) | 
Package Attributes | |
| XmlLinkedNode | next | 
| XmlNode | parentNode | 
Properties | |
| override string | Name [get, set] | 
| override string | LocalName [get, set] | 
| override XmlNodeType | NodeType [get, set] | 
| override XmlNode | ParentNode [get, set] | 
| override string | Value [get, set] | 
| override bool | IsText [get, set] | 
| override string | InnerText [get, set] | 
| virtual string | Data [get, set] | 
| override XmlNode | PreviousSibling [get, set] | 
| override XmlNode | NextSibling [get, set] | 
| virtual XmlNodeList | ChildNodes [get, set] | 
| virtual XmlAttributeCollection | Attributes [get, set] | 
| virtual XmlDocument | OwnerDocument [get, set] | 
| virtual XmlNode | FirstChild [get, set] | 
| virtual XmlNode | LastChild [get, set] | 
| virtual bool | IsContainer [get, set] | 
| virtual XmlLinkedNode | LastNode [get, set] | 
| virtual bool | HasChildNodes [get, set] | 
| virtual string | NamespaceURI [get, set] | 
| virtual string | Prefix [get, set] | 
| virtual bool | IsReadOnly [get, set] | 
| virtual string | InnerXml [set] | 
| virtual string | BaseURI [get, set] | 
| XmlDocument | Document [get, set] | 
Private Member Functions | |
| object System.ICloneable. | Clone () | 
| IEnumerator System.Collections.IEnumerable. | GetEnumerator () | 
| void | AppendChildText (StringBuilder builder) | 
Private Attributes | |
| string | data | 
Definition at line 8 of file XmlText.cs.