java.io.Serializable
, AllNodeStep
, Predicated
, Step
public class DefaultAllNodeStep extends DefaultStep implements AllNodeStep
Constructor | Description |
---|---|
DefaultAllNodeStep(IterableAxis axis,
PredicateSet predicateSet) |
Deprecated.
|
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getText() |
Deprecated.
Returns a
String containing the XPath expression. |
boolean |
matches(java.lang.Object node,
ContextSupport contextSupport) |
Deprecated.
Performs the node-test part of evaluating the step for the given node
(which must be on the axis).
|
java.lang.String |
toString() |
Deprecated.
|
addPredicate, axisIterator, evaluate, getAxis, getAxisName, getIterableAxis, getPredicates, getPredicateSet, simplify
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addPredicate, getPredicates, getPredicateSet
axisIterator, evaluate, getAxis, simplify
public DefaultAllNodeStep(IterableAxis axis, PredicateSet predicateSet)
public java.lang.String toString()
toString
in class DefaultStep
public java.lang.String getText()
Step
String
containing the XPath expression.getText
in interface Step
getText
in class DefaultStep
public boolean matches(java.lang.Object node, ContextSupport contextSupport)
Step
Copyright © 2001–2018 Codehaus. All rights reserved.