Searched refs:LocationPathPattern (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DRelativePathPattern.java30 abstract class RelativePathPattern extends LocationPathPattern {}
H A DTestSeq.java107 final LocationPathPattern pattern =
108 (LocationPathPattern) _patterns.elementAt(i);
159 final LocationPathPattern pattern =
160 (LocationPathPattern)_patterns.elementAt(i);
187 final LocationPathPattern pattern =
188 (LocationPathPattern)_patterns.elementAt(i);
206 private LocationPathPattern getPattern(int n) {
207 return (LocationPathPattern)_patterns.elementAt(n);
237 final LocationPathPattern pattern = getPattern(n);
H A DLocationPathPattern.java21 * $Id: LocationPathPattern.java,v 1.2.4.1 2005/09/12 10:42:42 pvedula Exp $
37 public abstract class LocationPathPattern extends Pattern { class in inherits:Pattern
78 public boolean noSmallerThan(LocationPathPattern other) {
H A DIdKeyPattern.java42 abstract class IdKeyPattern extends LocationPathPattern {
H A DMode.java151 private LocationPathPattern _rootPattern = null;
320 else if (pattern instanceof LocationPathPattern) {
321 final LocationPathPattern lpp = (LocationPathPattern)pattern;
331 private void addPatternToGroup(final LocationPathPattern lpp) {
353 private void addPattern(int kernelType, LocationPathPattern pattern) {
387 final LocationPathPattern lppToCompare =
388 (LocationPathPattern)patterns.elementAt(i);
415 (LocationPathPattern) patterns.elementAt(j));
H A DAbsolutePathPattern.java48 final class AbsolutePathPattern extends LocationPathPattern {
H A Dxpath.cup330 non terminal Pattern LocationPathPattern;
363 Pattern ::= LocationPathPattern:lpp
366 | LocationPathPattern:lpp VBAR Pattern:p
369 LocationPathPattern ::= SLASH

Completed in 48 milliseconds