Uses of Interface
org.jaxen.expr.VariableReferenceExpr
-
Packages that use VariableReferenceExpr Package Description org.jaxen.expr Interfaces and default implementations for XPath expression components. -
-
Uses of VariableReferenceExpr in org.jaxen.expr
Methods in org.jaxen.expr that return VariableReferenceExpr Modifier and Type Method Description VariableReferenceExpr
DefaultXPathFactory. createVariableReferenceExpr(java.lang.String prefix, java.lang.String variable)
VariableReferenceExpr
XPathFactory. createVariableReferenceExpr(java.lang.String prefix, java.lang.String variableName)
Create a new variable reference expression.
-