|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FunctionContext | |
| org.jaxen | This package defines the core Jaxen API to the XPath engine. |
| Uses of FunctionContext in org.jaxen |
| Classes in org.jaxen that implement FunctionContext | |
class |
SimpleFunctionContext
Simple default implementation of FunctionContext. |
class |
XPathFunctionContext
A FunctionContext implementing the core XPath
function library, with extensions. |
| Methods in org.jaxen that return FunctionContext | |
FunctionContext |
XPath.getFunctionContext()
Retrieve the FunctionContext used by this XPath
expression. |
FunctionContext |
ContextSupport.getFunctionContext()
|
static FunctionContext |
XPathFunctionContext.getInstance()
Retrieve the singleton instance. |
FunctionContext |
BaseXPath.getFunctionContext()
Retrieve the FunctionContext used by this XPath
expression. |
protected FunctionContext |
BaseXPath.createFunctionContext()
Create a default FunctionContext. |
| Methods in org.jaxen with parameters of type FunctionContext | |
void |
XPath.setFunctionContext(FunctionContext functionContext)
Set a FunctionContext for use with this XPath
expression. |
void |
ContextSupport.setFunctionContext(FunctionContext functionContext)
|
void |
BaseXPath.setFunctionContext(FunctionContext functionContext)
Set a FunctionContext for use with this XPath
expression. |
| Constructors in org.jaxen with parameters of type FunctionContext | |
ContextSupport(NamespaceContext namespaceContext,
FunctionContext functionContext,
VariableContext variableContext,
Navigator navigator)
Construct. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||