org.jaxen.expr
Interface Step

All Superinterfaces:
Predicated, Serializable
All Known Implementing Classes:
DefaultStep

public interface Step
extends Predicated


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

Method Detail

matches

public boolean matches(Object node,
                       ContextSupport contextSupport)

getText

public String getText()

simplify

public void simplify()

getAxis

public int getAxis()

axisIterator

public Iterator axisIterator(Object contextNode,
                             ContextSupport support)
                      throws UnsupportedAxisException


Copyright © 2002 bob mcwhirter & James Strachan. All Rights Reserved. Hosted by

SourceForge Logo