|
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 Newtonsoft.Json.Converters.XmlDocumentWrapper:
Collaboration diagram for Newtonsoft.Json.Converters.XmlDocumentWrapper:Public Member Functions | |
| XmlDocumentWrapper (XmlDocument document) | |
| IXmlNode | CreateComment (string data) |
| IXmlNode | CreateTextNode (string text) |
| IXmlNode | CreateCDataSection (string data) |
| IXmlNode | CreateWhitespace (string text) |
| IXmlNode | CreateSignificantWhitespace (string text) |
| IXmlNode | CreateXmlDeclaration (string version, string encoding, string standalone) |
| IXmlNode | CreateXmlDocumentType (string name, string publicId, string systemId, string internalSubset) |
| IXmlNode | CreateProcessingInstruction (string target, string data) |
| IXmlElement | CreateElement (string elementName) |
| IXmlElement | CreateElement (string qualifiedName, string namespaceUri) |
| IXmlNode | CreateAttribute (string name, string value) |
| IXmlNode | CreateAttribute (string qualifiedName, string namespaceUri, string value) |
| IXmlNode | AppendChild (IXmlNode newChild) |
Static Package Functions | |
| static IXmlNode | WrapNode (XmlNode node) |
Properties | |
| IXmlElement | DocumentElement [get, set] |
| object | WrappedNode [get, set] |
| XmlNodeType | NodeType [get, set] |
| virtual string | LocalName [get, set] |
| List< IXmlNode > | ChildNodes [get, set] |
| List< IXmlNode > | Attributes [get, set] |
| IXmlNode | ParentNode [get, set] |
| string | Value [get, set] |
| string | NamespaceUri [get, set] |
Private Attributes | |
| readonly XmlDocument | _document |
| readonly XmlNode | _node |
| List< IXmlNode > | _childNodes |
| List< IXmlNode > | _attributes |
Definition at line 9 of file XmlDocumentWrapper.cs.