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 |
XPathFactory.createFunctionCallExpr(String prefix,
String functionName)
Create a new function call expression.
|
FunctionCallExpr |
DefaultXPathFactory.createFunctionCallExpr(String prefix,
String functionName) |
Copyright © 2001–2015 Codehaus. All rights reserved.