1 override of matches
System.Xml (1)
System\Xml\XPath\Internal\NamespaceQuery.cs (1)
51
public override bool
matches
(XPathNavigator e) {
16 references to matches
System.Xml (16)
System\Xml\XPath\Internal\AttributeQuery.cs (2)
43
if (
matches
(currentNode)) {
53
if (context.NodeType == XPathNodeType.Attribute &&
matches
(context)) {
System\Xml\XPath\Internal\CacheChildrenQuery.cs (1)
93
if (
matches
(currentNode)) {
System\Xml\XPath\Internal\ChildrenQuery.cs (1)
54
if (
matches
(context)) {
System\Xml\XPath\Internal\DescendantBaseQuery.cs (1)
33
if (
matches
(context)) {
System\Xml\XPath\Internal\DescendantoverDescendantQuery.cs (2)
40
if (matchSelf &&
matches
(currentNode)) {
54
if (
matches
(currentNode)) {
System\Xml\XPath\Internal\FilterQuery.cs (2)
90
if (childrenQuery.
matches
(result)) {
106
if (attributeQuery.
matches
(result)) {
System\Xml\XPath\Internal\FollowingSibling.cs (1)
88
if (
matches
(currentNode)) {
System\Xml\XPath\Internal\ParentQuery.cs (1)
30
if (
matches
(input)) {
System\Xml\XPath\Internal\PrecedingQuery.cs (1)
82
if (
matches
(currentNode)) {
System\Xml\XPath\Internal\PrecedingSibling.cs (1)
65
if (
matches
(prev)) {
System\Xml\XPath\Internal\XPathAncestorQuery.cs (2)
32
if (
matches
(input)) {
43
if (
matches
(ancestor)) {
System\Xml\XPath\Internal\XPathSelfQuery.cs (1)
20
if (
matches
(currentNode)) {