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 | |
override string | ToString () |
override object | ValueAs (Type returnType, IXmlNamespaceResolver nsResolver) |
virtual string | LookupNamespace (string prefix) |
virtual string | LookupPrefix (string namespaceURI) |
XPathNavigator | Clone () |
virtual bool | MoveToNamespace (string name) |
bool | MoveToFirstNamespace (XPathNamespaceScope namespaceScope) |
bool | MoveToNextNamespace (XPathNamespaceScope namespaceScope) |
bool | MoveToParent () |
bool | IsSamePosition (XPathNavigator other) |
virtual object | ValueAs (Type returnType) |
Protected Member Functions | |
XPathNavigator () | |
Static Package Functions | |
static bool | IsText (XPathNodeType type) |
Static Package Attributes | |
static readonly XPathNavigatorKeyComparer | comparer |
static readonly char[] | NodeTypeLetter |
static readonly char[] | UniqueIdTbl |
static readonly int[] | ContentKindMasks |
Properties | |
override XmlSchemaType | XmlType [get, set] |
override object | TypedValue [get, set] |
override Type | ValueType [get, set] |
override bool | ValueAsBoolean [get, set] |
override DateTime | ValueAsDateTime [get, set] |
override double | ValueAsDouble [get, set] |
override int | ValueAsInt [get, set] |
override long | ValueAsLong [get, set] |
XmlNameTable | NameTable [get] |
XPathNodeType | NodeType [get] |
string | LocalName [get] |
string | NamespaceURI [get] |
string | Prefix [get] |
virtual object | UnderlyingObject [get, set] |
virtual IXmlSchemaInfo | SchemaInfo [get, set] |
string | Value [get] |
Private Member Functions | |
object System.ICloneable. | Clone () |
Static Private Member Functions | |
static | XPathNavigator () |
Definition at line 13 of file XPathNavigator.cs.