org.enhydra.apache.xerces.validators.schema.identity
Class XPath.LocationPath
java.lang.Object
|
+--org.enhydra.apache.xerces.validators.schema.identity.XPath.LocationPath
- All Implemented Interfaces:
- Cloneable
- Enclosing class:
- XPath
- public static class XPath.LocationPath
- extends Object
- implements Cloneable
A location path representation for an XPath expression.
- Author:
- Andy Clark, IBM
Method Summary |
Object |
clone()
Returns a clone of this object. |
String |
toString()
Returns a string representation of this object. |
steps
public XPath.Step[] steps
- List of steps.
XPath.LocationPath
public XPath.LocationPath(XPath.Step[] steps)
- Creates a location path from a series of steps.
XPath.LocationPath
protected XPath.LocationPath(XPath.LocationPath path)
- Copy constructor.
toString
public String toString()
- Returns a string representation of this object.
- Overrides:
toString
in class Object
clone
public Object clone()
- Returns a clone of this object.
- Overrides:
clone
in class Object
Copyright © 1999 The Apache Software Foundation. All Rights reserved.