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