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

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
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) {
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/compiler/
H A DXPathParser.java2096 * Pattern ::= LocationPathPattern
2097 * | Pattern '|' LocationPathPattern
2107 LocationPathPattern();
2123 * LocationPathPattern ::= '/' RelativePathPattern?
2130 protected void LocationPathPattern() throws javax.xml.transform.TransformerException method in class:XPathParser

Completed in 40 milliseconds