3 implementations of Axis
System.Data.SqlXml (3)
System\Xml\Xsl\XPath\XPathBuilder.cs (1)
371
public virtual QilNode
Axis
(XPathAxis xpathAxis, XPathNodeType nodeType, string prefix, string name) {
System\Xml\Xsl\Xslt\XPathPatternBuilder.cs (1)
113
public QilNode
Axis
(XPathAxis xpathAxis, XPathNodeType nodeType, string prefix, string name) {
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (1)
921
public virtual XslFlags
Axis
(XPathAxis xpathAxis, XPathNodeType nodeType, string prefix, string name) {
14 references to Axis
System.Data.SqlXml (14)
System\Xml\Xsl\XPath\XPathParser.cs (8)
82
Node opnd = builder.
Axis
(XPathAxis.Root, XPathNodeType.All, null, null);
91
builder.
Axis
(XPathAxis.Root, XPathNodeType.All, null, null),
93
builder.
Axis
(XPathAxis.DescendantOrSelf, XPathNodeType.All, null, null),
122
builder.
Axis
(XPathAxis.DescendantOrSelf, XPathNodeType.All, null, null),
138
opnd = builder.
Axis
(XPathAxis.Self, XPathNodeType.All, null, null);
144
opnd = builder.
Axis
(XPathAxis.Parent, XPathNodeType.All, null, null);
196
Node result = builder.
Axis
(axis, nodeType, nodePrefix, nodeName);
404
builder.
Axis
(XPathAxis.DescendantOrSelf, XPathNodeType.All, null, null),
System\Xml\Xsl\Xslt\XPathPatternParser.cs (6)
70
opnd = ptrnBuilder.
Axis
(XPathAxis.Root, XPathNodeType.All, null, null);
79
ptrnBuilder.
Axis
(XPathAxis.Root, XPathNodeType.All, null, null),
81
ptrnBuilder.
Axis
(XPathAxis.DescendantOrSelf, XPathNodeType.All, null, null),
97
ptrnBuilder.
Axis
(XPathAxis.DescendantOrSelf, XPathNodeType.All, null, null),
163
ptrnBuilder.
Axis
(XPathAxis.DescendantOrSelf, XPathNodeType.All, null, null),
208
opnd = ptrnBuilder.
Axis
(axis, nodeType, nodePrefix, nodeName);