Uses of Interface
org.jaxen.expr.LiteralExpr

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

Uses of LiteralExpr in org.jaxen.expr
 

Methods in org.jaxen.expr that return LiteralExpr
 LiteralExpr DefaultXPathFactory.createLiteralExpr(String literal)
           
 LiteralExpr XPathFactory.createLiteralExpr(String literal)
           
 

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

Uses of LiteralExpr in org.jaxen.util
 

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



Copyright © 2001-2003 Codehaus. All Rights Reserved.