5 references to ParseRelativeLocationPath
System.Xml (5)
System\Xml\XPath\Internal\XPathParser.cs (5)
219
opnd =
ParseRelativeLocationPath
(opnd);
223
opnd =
ParseRelativeLocationPath
(new Axis(Axis.AxisType.DescendantOrSelf, opnd));
264
opnd =
ParseRelativeLocationPath
(opnd);
270
return
ParseRelativeLocationPath
(new Axis(Axis.AxisType.DescendantOrSelf, new Root()));
273
return
ParseRelativeLocationPath
(qyInput);