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

◆ MatchNode()

override XPathNavigator MS.Internal.Xml.XPath.AbsoluteQuery.MatchNode ( XPathNavigator context)
inlinevirtual

Reimplemented from MS.Internal.Xml.XPath.Query.

Definition at line 24 of file AbsoluteQuery.cs.

25 {
26 if (context != null && context.NodeType == XPathNodeType.Root)
27 {
28 return context;
29 }
30 return null;
31 }

References System.Xml.XPath.XPathNavigator.NodeType.