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