Searched refs:LocationPath (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xpath/
H A DXPath.java62 protected LocationPath[] fLocationPaths;
85 public LocationPath[] getLocationPaths() {
86 LocationPath[] ret=new LocationPath[fLocationPaths.length];
88 ret[i]=(LocationPath)fLocationPaths[i].clone();
91 } // getLocationPath(LocationPath)
94 public LocationPath getLocationPath() {
95 return (LocationPath)fLocationPaths[0].clone();
96 } // getLocationPath(LocationPath)
131 * to build a {@link LocationPath} objec
372 public static class LocationPath class in class:XPath
387 public LocationPath(Step[] steps) { method in class:XPath.LocationPath
392 protected LocationPath(LocationPath path) { method in class:XPath.LocationPath
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A Dxpath.cup316 non terminal Expression Expr, Argument, LocationPath;
568 PathExpr ::= LocationPath:lp
598 LocationPath ::= RelativeLocationPath:rlp
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/identity/
H A DXPathMatcher.java91 private XPath.LocationPath[] fLocationPaths;
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/compiler/
H A DXPathParser.java1265 * PathExpr ::= LocationPath
1319 LocationPath();
1568 * LocationPath ::= RelativeLocationPath
1574 protected void LocationPath() throws javax.xml.transform.TransformerException method in class:XPathParser

Completed in 557 milliseconds