1 override of matches
System.Private.Xml (1)
System\Xml\XPath\Internal\NamespaceQuery.cs (1)
56public override bool matches(XPathNavigator e)
16 references to matches
System.Private.Xml (16)
System\Xml\XPath\Internal\AttributeQuery.cs (2)
49if (matches(currentNode)) 62if (context.NodeType == XPathNodeType.Attribute && matches(context))
System\Xml\XPath\Internal\CacheChildrenQuery.cs (1)
94if (matches(currentNode))
System\Xml\XPath\Internal\ChildrenQuery.cs (1)
59if (matches(context))
System\Xml\XPath\Internal\DescendantBaseQuery.cs (1)
35if (matches(context))
System\Xml\XPath\Internal\DescendantoverDescendantQuery.cs (2)
43if (matchSelf && matches(currentNode)) 64if (matches(currentNode))
System\Xml\XPath\Internal\FilterQuery.cs (2)
103if (childrenQuery.matches(result)) 123if (attributeQuery.matches(result))
System\Xml\XPath\Internal\FollSiblingQuery.cs (1)
100if (matches(currentNode))
System\Xml\XPath\Internal\ParentQuery.cs (1)
24if (matches(input))
System\Xml\XPath\Internal\PrecedingQuery.cs (1)
90if (matches(currentNode))
System\Xml\XPath\Internal\PreSiblingQuery.cs (1)
70if (matches(prev))
System\Xml\XPath\Internal\XPathAncestorQuery.cs (2)
32if (matches(input)) 47if (matches(ancestor))
System\Xml\XPath\Internal\XPathSelfQuery.cs (1)
17if (matches(currentNode))