org.jaxen.expr
public abstract class DefaultStep extends Object implements Step
Deprecated: this class will become non-public in the future; use the interface instead
Field Summary | |
---|---|
IterableAxis | axis |
PredicateSet | predicates |
Constructor Summary | |
---|---|
DefaultStep(IterableAxis axis, PredicateSet predicates) |
Method Summary | |
---|---|
void | addPredicate(Predicate predicate) |
Iterator | axisIterator(Object contextNode, ContextSupport support) |
List | evaluate(Context context) |
int | getAxis() |
String | getAxisName() |
IterableAxis | getIterableAxis() |
List | getPredicates() |
PredicateSet | getPredicateSet() |
String | getText() |
void | simplify() |
String | toString() |