Searched refs:RelativeLocationPath (Results 1 - 7 of 7) sorted by relevance
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/ |
H A D | RelativeLocationPath.java | 21 * $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
|
H A D | xpath.cup | 273 public RelativeLocationPath insertStep(Step step, RelativeLocationPath rlp) { 279 final RelativeLocationPath newrlp = insertStep(step, plp.getPath()); 323 non terminal Expression RelativeLocationPath, AbbreviatedRelativeLocationPath; 574 | FilterExpr:fexp SLASH RelativeLocationPath:rlp 577 | FilterExpr:fexp DSLASH RelativeLocationPath:rlp 598 LocationPath ::= RelativeLocationPath:rlp 604 RelativeLocationPath ::= Step:step 607 | RelativeLocationPath:rlp SLASH Step:step 617 new ParentLocationPath((RelativeLocationPath) rl [all...] |
H A D | ParentLocationPath.java | 47 final class ParentLocationPath extends RelativeLocationPath { 49 private final RelativeLocationPath _path; 54 public ParentLocationPath(RelativeLocationPath path, Expression step) { 73 public RelativeLocationPath getPath() {
|
H A D | FilterParentPath.java | 160 (parent instanceof RelativeLocationPath)
|
H A D | Step.java | 55 final class Step extends RelativeLocationPath {
|
H A D | XPathParser.java | 1084 public RelativeLocationPath insertStep(Step step, RelativeLocationPath rlp) { 1090 final RelativeLocationPath newrlp = insertStep(step, plp.getPath()); 2029 case 76: // AbbreviatedAbsoluteLocationPath ::= DSLASH RelativeLocationPath 2048 (RelativeLocationPath) rlp)); 2055 case 75: // AbbreviatedRelativeLocationPath ::= RelativeLocationPath DSLASH Step 2079 RelativeLocationPath left = (RelativeLocationPath)rlp; 2092 RelativeLocationPath left = (RelativeLocationPath)rl [all...] |
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/compiler/ |
H A D | XPathParser.java | 1267 * | 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 42 milliseconds