Searched refs:RelativePathPattern (Results 1 - 9 of 9) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DRelativePathPattern.java21 * $Id: RelativePathPattern.java,v 1.2.4.1 2005/09/02 12:09:38 pvedula Exp $
30 abstract class RelativePathPattern extends LocationPathPattern {} class in inherits:LocationPathPattern
H A DIdKeyPattern.java44 protected RelativePathPattern _left = null;;
65 public void setLeft(RelativePathPattern left) {
H A DAncestorPattern.java47 final class AncestorPattern extends RelativePathPattern {
50 private final RelativePathPattern _right;
53 public AncestorPattern(RelativePathPattern right) {
57 public AncestorPattern(Pattern left, RelativePathPattern right) {
H A DParentPattern.java43 final class ParentPattern extends RelativePathPattern {
45 private final RelativePathPattern _right;
47 public ParentPattern(Pattern left, RelativePathPattern right) {
H A DAbsolutePathPattern.java49 private final RelativePathPattern _left; // may be null
51 public AbsolutePathPattern(RelativePathPattern left) {
H A Dxpath.cup332 non terminal RelativePathPattern RelativePathPattern;
372 | SLASH RelativePathPattern:rpp
378 | IdKeyPattern:ikp SLASH RelativePathPattern:rpp
381 | IdKeyPattern:ikp DSLASH RelativePathPattern:rpp
384 | DSLASH RelativePathPattern:rpp
387 | RelativePathPattern:rpp
401 RelativePathPattern ::= StepPattern:sp
404 | StepPattern:sp SLASH RelativePathPattern:rpp
407 | StepPattern:sp DSLASH RelativePathPattern
[all...]
H A DXPathParser.java2905 case 17: // RelativePathPattern ::= StepPattern DSLASH RelativePathPattern
2907 RelativePathPattern RESULT = null;
2913 RelativePathPattern rpp = (RelativePathPattern)((com.sun.java_cup.internal.runtime.Symbol) CUP$XPathParser$stack.elementAt(CUP$XPathParser$top-0)).value;
2915 CUP$XPathParser$result = new com.sun.java_cup.internal.runtime.Symbol(31/*RelativePathPattern*/, ((com.sun.java_cup.internal.runtime.Symbol)CUP$XPathParser$stack.elementAt(CUP$XPathParser$top-2)).left, ((com.sun.java_cup.internal.runtime.Symbol)CUP$XPathParser$stack.elementAt(CUP$XPathParser$top-0)).right, RESULT);
2920 case 16: // RelativePathPattern ::= StepPattern SLASH RelativePathPattern
2922 RelativePathPattern RESULT = null;
2928 RelativePathPattern rp
[all...]
H A DStepPattern.java65 class StepPattern extends RelativePathPattern {
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/compiler/
H A DXPathParser.java2123 * LocationPathPattern ::= '/' RelativePathPattern?
2124 * | IdKeyPattern (('/' | '//') RelativePathPattern)?
2125 * | '//'? RelativePathPattern
2208 RelativePathPattern();
2240 * RelativePathPattern ::= StepPattern
2241 * | RelativePathPattern '/' StepPattern
2242 * | RelativePathPattern '//' StepPattern
2246 protected void RelativePathPattern() method in class:XPathParser
2251 // RelativePathPattern, so let StepPattern know it can't begin with a '/'

Completed in 62 milliseconds