18 references to XPathAxis
Microsoft.Web.XmlTransform (18)
XmlLocator.cs (18)
59
virtual protected
XPathAxis
NextStepAxis {
61
return
XPathAxis
.Child;
70
return AppendStep(basePath,
XPathAxis
.Child, stepNodeTest, String.Empty);
73
protected string AppendStep(string basePath,
XPathAxis
stepAxis, string stepNodeTest) {
78
return AppendStep(basePath,
XPathAxis
.Child, stepNodeTest, predicate);
81
protected string AppendStep(string basePath,
XPathAxis
stepAxis, string stepNodeTest, string predicate) {
206
private string GetAxisString(
XPathAxis
stepAxis) {
208
case
XPathAxis
.Child:
210
case
XPathAxis
.Descendant:
212
case
XPathAxis
.Parent:
214
case
XPathAxis
.Ancestor:
216
case
XPathAxis
.FollowingSibling:
218
case
XPathAxis
.PrecedingSibling:
220
case
XPathAxis
.Following:
222
case
XPathAxis
.Preceding:
224
case
XPathAxis
.Self:
226
case
XPathAxis
.DescendantOrSelf:
228
case
XPathAxis
.AncestorOrSelf: