Uses of Interface
org.jaxen.expr.NameStep

Packages that use NameStep
org.jaxen.expr Interfaces and default implementations for XPath expression components. 
org.jaxen.util Utility objects for walking object models. 
 

Uses of NameStep in org.jaxen.expr
 

Classes in org.jaxen.expr that implement NameStep
 class DefaultNameStep
          Expression object that represents any flavor of name-test steps within an XPath.
 

Methods in org.jaxen.expr with parameters of type NameStep
 void VisitorSupport.visit(NameStep step)
           
 void Visitor.visit(NameStep step)
           
 

Uses of NameStep in org.jaxen.util
 

Methods in org.jaxen.util with parameters of type NameStep
 void XPath2XMLVisitor.visit(NameStep step)