org.jaxen.expr
Class DefaultAllNodeStep

java.lang.Object
  extended byorg.jaxen.expr.DefaultStep
      extended byorg.jaxen.expr.DefaultAllNodeStep
All Implemented Interfaces:
AllNodeStep, Predicated, java.io.Serializable, Step, Visitable

public class DefaultAllNodeStep
extends DefaultStep
implements AllNodeStep

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jaxen.expr.DefaultStep
 
Constructor Summary
DefaultAllNodeStep(IterableAxis axis, PredicateSet predicateSet)
           
 
Method Summary
 void accept(Visitor visitor)
           
 java.lang.String getText()
           
 boolean matches(java.lang.Object node, ContextSupport contextSupport)
          Performs the node-test part of evaluating the step for the given node (which must be on the axis).
 java.lang.String toString()
           
 
Methods inherited from class org.jaxen.expr.DefaultStep
addPredicate, axisIterator, evaluate, getAxis, getAxisName, getIterableAxis, getPredicates, getPredicateSet, simplify
 
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
axisIterator, evaluate, getAxis, simplify
 
Methods inherited from interface org.jaxen.expr.Predicated
addPredicate, getPredicates, getPredicateSet
 

Constructor Detail

DefaultAllNodeStep

public DefaultAllNodeStep(IterableAxis axis,
                          PredicateSet predicateSet)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class DefaultStep

getText

public java.lang.String getText()
Specified by:
getText in interface Step
Overrides:
getText in class DefaultStep

matches

public boolean matches(java.lang.Object node,
                       ContextSupport contextSupport)
Description copied from interface: Step
Performs the node-test part of evaluating the step for the given node (which must be on the axis).

Specified by:
matches in interface Step

accept

public void accept(Visitor visitor)
Specified by:
accept in interface Visitable