3 implementations of Axis
System.Private.Xml (3)
System\Xml\Xsl\XPath\XPathBuilder.cs (1)
432
public virtual QilNode
Axis
(XPathAxis xpathAxis, XPathNodeType nodeType, string? prefix, string? name)
System\Xml\Xsl\Xslt\XPathPatternBuilder.cs (1)
120
public QilNode
Axis
(XPathAxis xpathAxis, XPathNodeType nodeType, string? prefix, string? name)
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (1)
1019
public XslFlags
Axis
(XPathAxis xpathAxis, XPathNodeType nodeType, string? prefix, string? name)
14 references to Axis
System.Private.Xml (14)
System\Xml\Xsl\XPath\XPathParser.cs (8)
86
Node opnd = _builder!.
Axis
(XPathAxis.Root, XPathNodeType.All, null, null);
98
_builder.
Axis
(XPathAxis.Root, XPathNodeType.All, null, null),
100
_builder.
Axis
(XPathAxis.DescendantOrSelf, XPathNodeType.All, null, null),
137
_builder.
Axis
(XPathAxis.DescendantOrSelf, XPathNodeType.All, null, null),
155
opnd = _builder!.
Axis
(XPathAxis.Self, XPathNodeType.All, null, null);
164
opnd = _builder!.
Axis
(XPathAxis.Parent, XPathNodeType.All, null, null);
223
Node result = _builder!.
Axis
(axis, nodeType, nodePrefix, nodeName);
461
_builder.
Axis
(XPathAxis.DescendantOrSelf, XPathNodeType.All, null, null),
System\Xml\Xsl\Xslt\XPathPatternParser.cs (6)
75
opnd = _ptrnBuilder!.
Axis
(XPathAxis.Root, XPathNodeType.All, null, null);
85
_ptrnBuilder.
Axis
(XPathAxis.Root, XPathNodeType.All, null, null),
87
_ptrnBuilder.
Axis
(XPathAxis.DescendantOrSelf, XPathNodeType.All, null, null),
105
_ptrnBuilder.
Axis
(XPathAxis.DescendantOrSelf, XPathNodeType.All, null, null),
181
_ptrnBuilder.
Axis
(XPathAxis.DescendantOrSelf, XPathNodeType.All, null, null),
229
opnd = _ptrnBuilder!.
Axis
(axis, nodeType, nodePrefix, nodeName);