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

◆ MatchNode()

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

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

Definition at line 28 of file DocumentOrderQuery.cs.

29 {
30 return input.MatchNode(context);
31 }
virtual XPathNavigator MatchNode(XPathNavigator current)
Definition Query.cs:60

References MS.Internal.Xml.XPath.CacheOutputQuery.input, and MS.Internal.Xml.XPath.Query.MatchNode().