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
|
Static Public Member Functions | |
static int | GetLocalNamespaces (XPathNode[] pageElem, int idxElem, out XPathNode[] pageNmsp) |
static int | GetInScopeNamespaces (XPathNode[] pageElem, int idxElem, out XPathNode[] pageNmsp) |
static bool | GetParent (ref XPathNode[] pageNode, ref int idxNode) |
static int | GetLocation (XPathNode[] pageNode, int idxNode) |
static bool | GetTextFollowing (ref XPathNode[] pageCurrent, ref int idxCurrent, XPathNode[] pageEnd, int idxEnd) |
static bool | GetNonDescendant (ref XPathNode[] pageNode, ref int idxNode) |
Definition at line 9 of file XPathNodeHelper.cs.