java.lang.Cloneable
public static class XPath.Step
extends java.lang.Object
implements java.lang.Cloneable
Modifier and Type | Field | Description |
---|---|---|
XPath.Axis |
axis |
Axis.
|
XPath.NodeTest |
nodeTest |
Node test.
|
Modifier | Constructor | Description |
---|---|---|
|
Step(XPath.Axis axis,
XPath.NodeTest nodeTest) |
Constructs a step from an axis and node test.
|
protected |
Step(XPath.Step step) |
Copy constructor.
|
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.Axis axis
public final XPath.NodeTest nodeTest
public Step(XPath.Axis axis, XPath.NodeTest nodeTest)
protected Step(XPath.Step step)
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.