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)); 264opnd = ParseRelativeLocationPath(opnd); 270return ParseRelativeLocationPath(new Axis(Axis.AxisType.DescendantOrSelf, new Root())); 273return ParseRelativeLocationPath(qyInput);