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.XmlElementWrapper Class Reference
+ Inheritance diagram for Newtonsoft.Json.Converters.XmlElementWrapper:
+ Collaboration diagram for Newtonsoft.Json.Converters.XmlElementWrapper:

Public Member Functions

 XmlElementWrapper (XmlElement element)
 
void SetAttributeNode (IXmlNode attribute)
 
string GetPrefixOfNamespace (string namespaceUri)
 
IXmlNode AppendChild (IXmlNode newChild)
 

Static Package Functions

static IXmlNode WrapNode (XmlNode node)
 

Properties

bool IsEmpty [get, set]
 
object WrappedNode [get, set]
 
XmlNodeType NodeType [get, set]
 
virtual string LocalName [get, set]
 
List< IXmlNodeChildNodes [get, set]
 
List< IXmlNodeAttributes [get, set]
 
IXmlNode ParentNode [get, set]
 
string Value [get, set]
 
string NamespaceUri [get, set]
 

Private Attributes

readonly XmlElement _element
 
readonly XmlNode _node
 
List< IXmlNode_childNodes
 
List< IXmlNode_attributes
 

Detailed Description

Definition at line 9 of file XmlElementWrapper.cs.


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