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