org.apache.xerces.impl.xpath
Class XPath.LocationPath
java.lang.Object
org.apache.xerces.impl.xpath.XPath.LocationPath
- XPath
- Cloneable
public static class XPath.LocationPath
extends java.lang.Object
implements Cloneable
A location path representation for an XPath expression.
Object | clone() - Returns a clone of this object.
|
String | toString() - Returns a string representation of this object.
|
LocationPath
public LocationPath(XPath.Step[] steps)
Creates a location path from a series of steps.
clone
public Object clone()
Returns a clone of this object.
toString
public String toString()
Returns a string representation of this object.
Copyright B) 1999-2006 The Apache Software Foundation. All Rights Reserved.