Package | Description |
---|---|
org.apache.commons.jxpath |
Public, abstract part of JXPath: interfaces and configuration.
|
Modifier and Type | Class and Description |
---|---|
class |
ClassFunctions
Extension functions provided by a Java class.
|
class |
FunctionLibrary
An object that aggregates
Functions objects into a group Functions
object. |
class |
PackageFunctions
Extension functions provided by Java classes.
|
Modifier and Type | Field and Description |
---|---|
protected Functions |
JXPathContext.functions
functions
|
Modifier and Type | Method and Description |
---|---|
Functions |
JXPathContext.getFunctions()
Returns the set of functions installed on the context.
|
Modifier and Type | Method and Description |
---|---|
void |
FunctionLibrary.addFunctions(Functions functions)
Add functions to the library
|
void |
FunctionLibrary.removeFunctions(Functions functions)
Remove functions from the library.
|
void |
JXPathContext.setFunctions(Functions functions)
Install a library of extension functions.
|
Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.