public abstract class DefaultStep extends Object implements Step
| Constructor and Description |
|---|
DefaultStep(IterableAxis axis) |
| Modifier and Type | Method and Description |
|---|---|
void |
addPredicate(Predicate predicate) |
Iterator |
axisIterator(Object contextNode,
ContextSupport support) |
int |
getAxis() |
String |
getAxisName() |
IterableAxis |
getIterableAxis() |
List |
getPredicates() |
org.xmlpull.v1.builder.xpath.jaxen.expr.PredicateSet |
getPredicateSet() |
String |
getText() |
void |
simplify() |
String |
toString() |
public DefaultStep(IterableAxis axis)
public void addPredicate(Predicate predicate)
addPredicate in interface Predicatedpublic List getPredicates()
getPredicates in interface Predicatedpublic org.xmlpull.v1.builder.xpath.jaxen.expr.PredicateSet getPredicateSet()
getPredicateSet in interface Predicatedpublic IterableAxis getIterableAxis()
public String getAxisName()
public Iterator axisIterator(Object contextNode, ContextSupport support) throws UnsupportedAxisException
axisIterator in interface StepUnsupportedAxisExceptionCopyright © 2013. All Rights Reserved.