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
|
Public Member Functions | |
XDocumentWrapper (XDocument document) | |
IXmlNode | CreateComment (string text) |
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) |
override IXmlNode | AppendChild (IXmlNode newChild) |
Static Package Functions | |
static IXmlNode | WrapNode (XObject node) |
Properties | |
XDocument | Document [get, set] |
override List< IXmlNode > | ChildNodes [get, set] |
IXmlElement | DocumentElement [get, set] |
XContainer | Container [get, set] |
override IXmlNode | ParentNode [get, set] |
object | WrappedNode [get, set] |
virtual XmlNodeType | NodeType [get, set] |
virtual string | LocalName [get, set] |
virtual List< IXmlNode > | Attributes [get, set] |
virtual string | Value [get, set] |
virtual string | NamespaceUri [get, set] |
Private Attributes | |
List< IXmlNode > | _childNodes |
readonly XObject | _xmlObject |
Static Private Attributes | |
static readonly List< IXmlNode > | EmptyChildNodes |
Definition at line 11 of file XDocumentWrapper.cs.