| java.lang.Object org.apache.xerces.validators.schema.identity.XPath
XPath | public class XPath (Code) | | Bare minimum XPath parser.
author: Andy Clark, IBM version: $Id: XPath.java,v 1.10 2001/06/08 14:23:49 sandygao Exp $ |
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. |
fLocationPaths | 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.
|
|
|