Uses of Interface
org.jaxen.expr.VariableReferenceExpr

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

Uses of VariableReferenceExpr in org.jaxen.expr
 

Methods in org.jaxen.expr that return VariableReferenceExpr
 VariableReferenceExpr XPathFactory.createVariableReferenceExpr(java.lang.String prefix, java.lang.String variableName)
           
 VariableReferenceExpr DefaultXPathFactory.createVariableReferenceExpr(java.lang.String prefix, java.lang.String variable)
           
 

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

Uses of VariableReferenceExpr in org.jaxen.util
 

Methods in org.jaxen.util with parameters of type VariableReferenceExpr
 void XPath2XMLVisitor.visit(VariableReferenceExpr expr)
           
 



Copyright © 2001-2005 Codehaus. All Rights Reserved.