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