Uses of Interface
org.jaxen.expr.LiteralExpr
-
Packages that use LiteralExpr Package Description 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 Modifier and Type Method Description LiteralExpr
DefaultXPathFactory. createLiteralExpr(java.lang.String literal)
LiteralExpr
XPathFactory. createLiteralExpr(java.lang.String literal)
Create a string literal expression.
-