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 |
PackageFunctions.getFunction(String namespace,
String name,
Object[] parameters)
Returns a
Function , if found, for the specified namespace,
name and parameter types. |
Function |
Functions.getFunction(String namespace,
String name,
Object[] parameters)
Returns a Function, if any, for the specified namespace,
name and parameter types.
|
Function |
FunctionLibrary.getFunction(String namespace,
String name,
Object[] parameters)
Returns a Function, if any, for the specified namespace,
name and parameter types.
|
Function |
ClassFunctions.getFunction(String namespace,
String name,
Object[] parameters)
Returns a
Function , if any, 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,
Object[] parameters)
Get the named Function.
|
Modifier and Type | Method and Description |
---|---|
Function |
RootContext.getFunction(QName functionName,
Object[] parameters)
Get the specified function from the context.
|
Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.