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