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 | |
int | GetParent (out XPathNode[] pageNode) |
int | GetSibling (out XPathNode[] pageNode) |
Properties | |
XPathNodeType | NodeType [get, set] |
string | Prefix [get, set] |
string | LocalName [get, set] |
string | NamespaceUri [get, set] |
XPathDocument | Document [get, set] |
XPathNodePageInfo | PageInfo [get, set] |
bool | IsXmlNamespaceNode [get, set] |
bool | HasSibling [get, set] |
bool | HasCollapsedText [get, set] |
bool | IsText [get, set] |
bool | HasNamespaceDecls [get, set] |
string | Value [get, set] |
Private Attributes | |
XPathNodeInfoAtom | _info |
ushort | _idxSibling |
ushort | _idxParent |
ushort | _idxSimilar |
ushort | _posOffset |
uint | _props |
string | _value |
Definition at line 9 of file XPathNode.cs.