| java.lang.Object org.apache.xerces.impl.xpath.XPath
XPath | public class XPath (Code) | | Bare minimum XPath parser.
author: Andy Clark, IBM version: $Id: XPath.java 572107 2007-09-02 18:40:40Z mrglavas $ |
Inner Class :public static class LocationPath implements Cloneable | |
Inner Class :public static class Step implements Cloneable | |
Inner Class :public static class Axis implements Cloneable | |
Inner Class :public static class NodeTest implements Cloneable | |
Method Summary | |
public LocationPath | getLocationPath() Returns a representation of the first location path for this XPath. | public LocationPath[] | getLocationPaths() Returns a representation of all location paths for this XPath. | public static void | main(String[] argv) Main program entry. | public String | toString() Returns a string representation of this object. |
fExpression | final protected String fExpression(Code) | | Expression.
|
fLocationPaths | final protected LocationPath[] fLocationPaths(Code) | | Location paths.
|
getLocationPath | public LocationPath getLocationPath()(Code) | | Returns a representation of the first location path for this XPath.
|
getLocationPaths | public LocationPath[] getLocationPaths()(Code) | | Returns a representation of all location paths for this XPath.
XPath = locationPath ( '|' locationPath)
|
toString | public String toString()(Code) | | Returns a string representation of this object.
|
|
|