org.apache.xerces.impl.xpath
public static class XPath.LocationPath extends Object implements Cloneable
| Field Summary | |
|---|---|
| XPath.Step[] | steps List of steps. |
| Constructor Summary | |
|---|---|
| LocationPath(XPath.Step[] steps) Creates a location path from a series of steps. | |
| protected | LocationPath(XPath.LocationPath path) Copy constructor. |
| Method Summary | |
|---|---|
| Object | clone() Returns a clone of this object. |
| String | toString() Returns a string representation of this object. |