Uses of Interface
org.jaxen.expr.LiteralExpr

Packages that use LiteralExpr
org.jaxen.expr Interfaces and default implementations for XPath expression components. 
 

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)
          Create a string literal expression.
 



Copyright © 2001-2007 Codehaus. All Rights Reserved.