org.xmlpull.v1.builder.xpath.jaxen.expr
Interface Step

All Superinterfaces:
Predicated, java.io.Serializable
All Known Implementing Classes:
DefaultAllNodeStep, DefaultCommentNodeStep, DefaultNameStep, DefaultProcessingInstructionNodeStep, DefaultStep, DefaultTextNodeStep

public interface Step
extends Predicated


Method Summary
 java.util.Iterator axisIterator(java.lang.Object contextNode, ContextSupport support)
           
 int getAxis()
           
 java.lang.String getText()
           
 boolean matches(java.lang.Object node, ContextSupport contextSupport)
           
 void simplify()
           
 
Methods inherited from interface org.xmlpull.v1.builder.xpath.jaxen.expr.Predicated
addPredicate, getPredicates, getPredicateSet
 

Method Detail

matches

boolean matches(java.lang.Object node,
                ContextSupport contextSupport)

getText

java.lang.String getText()

simplify

void simplify()

getAxis

int getAxis()

axisIterator

java.util.Iterator axisIterator(java.lang.Object contextNode,
                                ContextSupport support)
                                throws UnsupportedAxisException
Throws:
UnsupportedAxisException