4 references to AppendStep
Microsoft.Web.XmlTransform (4)
XmlLocator.cs (4)
66
return
AppendStep
(ParentPath, NextStepAxis, NextStepNodeTest, ConstructPredicate());
70
return
AppendStep
(basePath, XPathAxis.Child, stepNodeTest, String.Empty);
74
return
AppendStep
(basePath, stepAxis, stepNodeTest, String.Empty);
78
return
AppendStep
(basePath, XPathAxis.Child, stepNodeTest, predicate);