Modifier and Type | Field and Description |
---|---|
XPath.Axis |
axis
Axis.
|
XPath.NodeTest |
nodeTest
Node test.
|
Modifier | Constructor and 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 and Description |
---|---|
Object |
clone()
Returns a clone of this object.
|
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 © 2016 JBoss by Red Hat. All rights reserved.