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

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DRelativeLocationPath.java21 * $Id: RelativeLocationPath.java,v 1.2.4.1 2005/09/02 11:59:22 pvedula Exp $
30 abstract class RelativeLocationPath extends Expression { class in inherits:Expression
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/compiler/
H A DXPathParser.java1267 * | FilterExpr '/' RelativeLocationPath
1268 * | FilterExpr '//' RelativeLocationPath
1300 if (!RelativeLocationPath())
1568 * LocationPath ::= RelativeLocationPath
1599 if (!RelativeLocationPath() && !seenSlash)
1601 // Neither a '/' nor a RelativeLocationPath - i.e., matched nothing
1617 * RelativeLocationPath ::= Step
1618 * | RelativeLocationPath '/' Step
1621 * @returns true if, and only if, a RelativeLocationPath was matched
1625 protected boolean RelativeLocationPath() method in class:XPathParser
[all...]

Completed in 64 milliseconds