Package | Description |
---|---|
org.apache.commons.jxpath |
Public, abstract part of JXPath: interfaces and configuration.
|
org.apache.commons.jxpath.functions |
Implementations of Java class-based extension functions.
|
org.apache.commons.jxpath.ri |
Reference implementation of JXPath.
|
org.apache.commons.jxpath.ri.axes |
Implementations of EvalContext used for different XPath axes (child::, parent:: etc).
|
Modifier and Type | Method and Description |
---|---|
Function |
ClassFunctions.getFunction(java.lang.String namespace,
java.lang.String name,
java.lang.Object[] parameters)
Returns a
Function , if any, for the specified namespace,
name and parameter types. |
Function |
FunctionLibrary.getFunction(java.lang.String namespace,
java.lang.String name,
java.lang.Object[] parameters)
Returns a Function, if any, for the specified namespace,
name and parameter types.
|
Function |
Functions.getFunction(java.lang.String namespace,
java.lang.String name,
java.lang.Object[] parameters)
Returns a Function, if any, for the specified namespace,
name and parameter types.
|
Function |
PackageFunctions.getFunction(java.lang.String namespace,
java.lang.String name,
java.lang.Object[] parameters)
Returns a
Function , if found, for the specified namespace,
name and parameter types. |
Modifier and Type | Class and Description |
---|---|
class |
ConstructorFunction
An extension function that creates an instance using a constructor.
|
class |
MethodFunction
An XPath extension function implemented as an individual Java method.
|
Modifier and Type | Method and Description |
---|---|
Function |
JXPathContextReferenceImpl.getFunction(QName functionName,
java.lang.Object[] parameters)
Get the named Function.
|
Modifier and Type | Method and Description |
---|---|
Function |
RootContext.getFunction(QName functionName,
java.lang.Object[] parameters)
Get the specified function from the context.
|