Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ GetFirstAttribute()

static bool MS.Internal.Xml.Cache.XPathNodeHelper.GetFirstAttribute ( ref XPathNode[] pageNode,
ref int idxNode )
inlinestatic

Definition at line 36 of file XPathNodeHelper.cs.

37 {
38 if (pageNode[idxNode].HasAttribute)
39 {
40 GetChild(ref pageNode, ref idxNode);
41 return true;
42 }
43 return false;
44 }
static void GetChild(ref XPathNode[] pageNode, ref int idxNode)

References MS.Internal.Xml.Cache.XPathNodeHelper.GetChild().

Referenced by MS.Internal.Xml.Cache.XPathDocumentNavigator.MoveToFirstAttribute().