Searched refs:RelativeLocationPath (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXPathGrammar.y91 %type <locationPath> RelativeLocationPath
126 RelativeLocationPath
144 '/' RelativeLocationPath
149 DescendantOrSelf RelativeLocationPath
157 RelativeLocationPath: label
166 RelativeLocationPath '/' Step
172 RelativeLocationPath DescendantOrSelf Step
429 FilterExpr '/' RelativeLocationPath
438 FilterExpr DescendantOrSelf RelativeLocationPath
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
H A DXPathParser.java1265 * | FilterExpr '/' RelativeLocationPath
1266 * | FilterExpr '//' RelativeLocationPath
1298 if (!RelativeLocationPath())
1566 * LocationPath ::= RelativeLocationPath
1597 if (!RelativeLocationPath() && !seenSlash)
1599 // Neither a '/' nor a RelativeLocationPath - i.e., matched nothing
1615 * RelativeLocationPath ::= Step
1616 * | RelativeLocationPath '/' Step
1619 * @returns true if, and only if, a RelativeLocationPath was matched
1623 protected boolean RelativeLocationPath() method in class:XPathParser
[all...]

Completed in 1460 milliseconds