org.jaxen.expr
Class DefaultAllNodeStep
java.lang.Object
|
+--org.jaxen.expr.DefaultStep
|
+--org.jaxen.expr.DefaultAllNodeStep
- All Implemented Interfaces:
- AllNodeStep, Predicated, Serializable, Step, Visitable
- public class DefaultAllNodeStep
- extends DefaultStep
- implements AllNodeStep
- See Also:
- Serialized Form
DefaultAllNodeStep
public DefaultAllNodeStep(IterableAxis axis,
PredicateSet predicateSet)
toString
public String toString()
- Overrides:
toString
in class DefaultStep
getText
public String getText()
- Specified by:
getText
in interface Step
- Overrides:
getText
in class DefaultStep
matches
public boolean matches(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
Copyright © 2001-2003 Codehaus. All Rights Reserved.