| 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,
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(String prefix,
String functionName) |
FunctionCallExpr |
XPathFactory.createFunctionCallExpr(String prefix,
String functionName)
Create a new function call expression.
|
Copyright © 2001-2012 Codehaus. All Rights Reserved.