org.jaxen.expr
Interface NameStep

All Superinterfaces:
Predicated, Serializable, Step, Visitable
All Known Implementing Classes:
DefaultNameStep

public interface NameStep
extends Step


Method Summary
 String getLocalName()
           
 String getPrefix()
           
 
Methods inherited from interface org.jaxen.expr.Step
axisIterator, evaluate, getAxis, getText, matches, simplify
 
Methods inherited from interface org.jaxen.expr.Predicated
addPredicate, getPredicates, getPredicateSet
 
Methods inherited from interface org.jaxen.expr.Visitable
accept
 

Method Detail

getPrefix

public String getPrefix()

getLocalName

public String getLocalName()


Copyright © 2001-2003 Codehaus. All Rights Reserved.