Uses of Interface
org.jaxen.expr.FunctionCallExpr
Packages that use FunctionCallExpr
Package
Description
This package defines the core Jaxen API to the XPath engine.
Interfaces and default implementations for
XPath expression components.
-
Uses of FunctionCallExpr in org.jaxen
Methods in org.jaxen with parameters of type FunctionCallExprModifier and TypeMethodDescriptionprotected voidJaxenHandler.addParameters(FunctionCallExpr function, Iterator paramIter) -
Uses of FunctionCallExpr in org.jaxen.expr
Classes in org.jaxen.expr that implement FunctionCallExprModifier and TypeClassDescriptionclassDeprecated.this class will become non-public in the future; use the interface insteadMethods in org.jaxen.expr that return FunctionCallExprModifier and TypeMethodDescriptionDefaultXPathFactory.createFunctionCallExpr(String prefix, String functionName) XPathFactory.createFunctionCallExpr(String prefix, String functionName) Create a new function call expression.