Terraria v1.4.4.9
Terraria source code documentation
|
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 | GetFirstAttribute (ref XPathNode[] pageNode, ref int idxNode) |
static bool | GetNextAttribute (ref XPathNode[] pageNode, ref int idxNode) |
static bool | GetContentChild (ref XPathNode[] pageNode, ref int idxNode) |
static bool | GetContentSibling (ref XPathNode[] pageNode, ref int idxNode) |
static bool | GetParent (ref XPathNode[] pageNode, ref int idxNode) |
static int | GetLocation (XPathNode[] pageNode, int idxNode) |
static bool | GetElementChild (ref XPathNode[] pageNode, ref int idxNode, string localName, string namespaceName) |
static bool | GetElementSibling (ref XPathNode[] pageNode, ref int idxNode, string localName, string namespaceName) |
static bool | GetContentChild (ref XPathNode[] pageNode, ref int idxNode, XPathNodeType typ) |
static bool | GetContentSibling (ref XPathNode[] pageNode, ref int idxNode, XPathNodeType typ) |
static bool | GetPreviousContentSibling (ref XPathNode[] pageNode, ref int idxNode) |
static bool | GetAttribute (ref XPathNode[] pageNode, ref int idxNode, string localName, string namespaceName) |
static bool | GetElementFollowing (ref XPathNode[] pageCurrent, ref int idxCurrent, XPathNode[] pageEnd, int idxEnd, string localName, string namespaceName) |
static bool | GetContentFollowing (ref XPathNode[] pageCurrent, ref int idxCurrent, XPathNode[] pageEnd, int idxEnd, XPathNodeType typ) |
static bool | GetTextFollowing (ref XPathNode[] pageCurrent, ref int idxCurrent, XPathNode[] pageEnd, int idxEnd) |
static bool | GetNonDescendant (ref XPathNode[] pageNode, ref int idxNode) |
Static Private Member Functions | |
static void | GetChild (ref XPathNode[] pageNode, ref int idxNode) |
Definition at line 5 of file XPathNodeHelper.cs.