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
Loading...
Searching...
No Matches
Newtonsoft.Json.Converters.IXmlDocument Interface Reference
+ Inheritance diagram for Newtonsoft.Json.Converters.IXmlDocument:
+ Collaboration diagram for Newtonsoft.Json.Converters.IXmlDocument:

Public Member Functions

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)
 
IXmlNode AppendChild (IXmlNode newChild)
 

Properties

IXmlElement DocumentElement [get]
 
XmlNodeType NodeType [get]
 
string LocalName [get]
 
List< IXmlNodeChildNodes [get]
 
List< IXmlNodeAttributes [get]
 
IXmlNode ParentNode [get]
 
string Value [get, set]
 
string NamespaceUri [get]
 
object WrappedNode [get]
 

Detailed Description

Definition at line 7 of file IXmlDocument.cs.


The documentation for this interface was generated from the following file: