Uses of Interface
org.jaxen.expr.FunctionCallExpr
-
Packages that use FunctionCallExpr Package Description org.jaxen This package defines the core Jaxen API to the XPath engine.org.jaxen.expr Interfaces and default implementations for XPath expression components. -
-
Uses of FunctionCallExpr in org.jaxen
Methods in org.jaxen with parameters of type FunctionCallExpr Modifier and Type Method Description protected void
JaxenHandler. addParameters(FunctionCallExpr function, java.util.Iterator paramIter)
-
Uses of FunctionCallExpr in org.jaxen.expr
Methods in org.jaxen.expr that return FunctionCallExpr Modifier and Type Method Description FunctionCallExpr
DefaultXPathFactory. createFunctionCallExpr(java.lang.String prefix, java.lang.String functionName)
FunctionCallExpr
XPathFactory. createFunctionCallExpr(java.lang.String prefix, java.lang.String functionName)
Create a new function call expression.
-