11 overrides of MatchNode
System.Private.Xml (11)
System\Xml\XPath\Internal\AttributeQuery.cs (1)
58
public override XPathNavigator?
MatchNode
(XPathNavigator? context)
System\Xml\XPath\Internal\ChildrenQuery.cs (1)
55
public sealed override XPathNavigator?
MatchNode
(XPathNavigator? context)
System\Xml\XPath\Internal\ContextQuery.cs (1)
46
public override XPathNavigator?
MatchNode
(XPathNavigator? current)
System\Xml\XPath\Internal\DescendantBaseQuery.cs (1)
26
public override XPathNavigator?
MatchNode
(XPathNavigator? context)
System\Xml\XPath\Internal\DocumentorderQuery.cs (1)
26
public override XPathNavigator?
MatchNode
(XPathNavigator? context)
System\Xml\XPath\Internal\FilterQuery.cs (1)
75
public override XPathNavigator?
MatchNode
(XPathNavigator? current)
System\Xml\XPath\Internal\ForwardPositionQuery.cs (1)
30
public override XPathNavigator?
MatchNode
(XPathNavigator? context)
System\Xml\XPath\Internal\FunctionQuery.cs (1)
96
public override XPathNavigator?
MatchNode
(XPathNavigator? navigator)
System\Xml\XPath\Internal\IdQuery.cs (1)
58
public override XPathNavigator?
MatchNode
(XPathNavigator? context)
System\Xml\XPath\Internal\MergeFilterQuery.cs (1)
46
public override XPathNavigator?
MatchNode
(XPathNavigator? current)
System\Xml\XPath\Internal\UnionExpr.cs (1)
142
public override XPathNavigator?
MatchNode
(XPathNavigator? xsltContext)
14 references to MatchNode
System.Private.Xml (14)
System\Xml\XPath\Internal\AttributeQuery.cs (1)
67
return qyInput.
MatchNode
(temp);
System\Xml\XPath\Internal\ChildrenQuery.cs (1)
64
return qyInput.
MatchNode
(temp);
System\Xml\XPath\Internal\DescendantBaseQuery.cs (2)
39
if ((result = qyInput.
MatchNode
(context)) != null)
48
if ((result = qyInput.
MatchNode
(anc)) != null)
System\Xml\XPath\Internal\DocumentorderQuery.cs (1)
28
return input.
MatchNode
(context);
System\Xml\XPath\Internal\FilterQuery.cs (1)
82
context = qyInput.
MatchNode
(current);
System\Xml\XPath\Internal\ForwardPositionQuery.cs (1)
32
return input.
MatchNode
(context);
System\Xml\XPath\Internal\MergeFilterQuery.cs (2)
48
XPathNavigator? context = _child.
MatchNode
(current);
53
context = input.
MatchNode
(context);
System\Xml\XPath\Internal\UnionExpr.cs (2)
146
XPathNavigator? result = qy1.
MatchNode
(xsltContext);
151
return qy2.
MatchNode
(xsltContext);
System\Xml\XPath\XPathNavigator.cs (1)
1211
return query.
MatchNode
(this) != null;
System\Xml\Xsl\XsltOld\Processor.cs (1)
690
bool result = query.
MatchNode
(context) != null;
System\Xml\Xsl\XsltOld\XsltCompileContext.cs (1)
357
if (matchExpr.
MatchNode
(node) == null)