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
          Deprecated. this class will become non-public in the future; use the interface instead
 

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)
           
 



Copyright © 2001-2005 Codehaus. All Rights Reserved.