|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jaxen.expr.DefaultStep
Constructor Summary | |
DefaultStep(IterableAxis axis,
PredicateSet predicates)
Deprecated. |
Method Summary | |
void |
addPredicate(Predicate predicate)
Deprecated. |
Iterator |
axisIterator(Object contextNode,
ContextSupport support)
Deprecated. Get an Iterator for the current axis starting in the given contextNode. |
List |
evaluate(Context context)
Deprecated. For each node in the given context calls matches() for every node on the axis, then filters the result by each of the predicates. |
int |
getAxis()
Deprecated. Get an identifier for the current axis. |
String |
getAxisName()
Deprecated. |
IterableAxis |
getIterableAxis()
Deprecated. |
List |
getPredicates()
Deprecated. |
PredicateSet |
getPredicateSet()
Deprecated. |
String |
getText()
Deprecated. |
void |
simplify()
Deprecated. |
String |
toString()
Deprecated. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.jaxen.expr.Step |
matches |
Methods inherited from interface org.jaxen.expr.Visitable |
accept |
Constructor Detail |
public DefaultStep(IterableAxis axis, PredicateSet predicates)
Method Detail |
public void addPredicate(Predicate predicate)
addPredicate
in interface Predicated
public List getPredicates()
getPredicates
in interface Predicated
public PredicateSet getPredicateSet()
getPredicateSet
in interface Predicated
public int getAxis()
Step
getAxis
in interface Step
Axis
public IterableAxis getIterableAxis()
public String getAxisName()
public String getText()
getText
in interface Step
public String toString()
public void simplify()
simplify
in interface Step
public Iterator axisIterator(Object contextNode, ContextSupport support) throws UnsupportedAxisException
Step
axisIterator
in interface Step
UnsupportedAxisException
public List evaluate(Context context) throws JaxenException
Step
evaluate
in interface Step
JaxenException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |