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.
|
Modifier and Type | Method and Description |
---|---|
protected void |
JaxenHandler.addParameters(FunctionCallExpr function,
java.util.Iterator paramIter) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultFunctionCallExpr
Deprecated.
this class will become non-public in the future;
use the interface instead
|
Modifier and Type | Method and 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.
|