java.lang.Cloneable
public static class XPath.LocationPath
extends java.lang.Object
implements java.lang.Cloneable
Modifier and Type | Field | Description |
---|---|---|
XPath.Step[] |
steps |
List of steps.
|
Modifier | Constructor | Description |
---|---|---|
protected |
LocationPath(XPath.LocationPath path) |
Copy constructor.
|
|
LocationPath(XPath.Step[] steps) |
Creates a location path from a series of steps.
|
Modifier and Type | Method | Description |
---|---|---|
java.lang.Object |
clone() |
Returns a clone of this object.
|
java.lang.String |
toString() |
Returns a string representation of this object.
|
public final XPath.Step[] steps
public LocationPath(XPath.Step[] steps)
protected LocationPath(XPath.LocationPath path)
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.