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

/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
/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...]

Completed in 34 milliseconds