| Package | Description |
|---|---|
| org.xmlpull.v1.builder.xpath.jaxen |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleFunctionContext
Simple default implementation of
FunctionContext. |
class |
XPathFunctionContext
A
FunctionContext implementing the core XPath
function library, with extensions. |
| Modifier and Type | Method and Description |
|---|---|
protected FunctionContext |
BaseXPath.createFunctionContext()
Create a default
FunctionContext. |
FunctionContext |
XPath.getFunctionContext()
Retrieve the
FunctionContext used by this XPath
expression. |
FunctionContext |
ContextSupport.getFunctionContext() |
FunctionContext |
BaseXPath.getFunctionContext()
Retrieve the
FunctionContext used by this XPath
expression. |
static FunctionContext |
XPathFunctionContext.getInstance()
Retrieve the singleton instance.
|
| Modifier and Type | Method and Description |
|---|---|
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. |
| Constructor and Description |
|---|
ContextSupport(NamespaceContext namespaceContext,
FunctionContext functionContext,
VariableContext variableContext,
Navigator navigator)
Construct.
|
Copyright © 2013. All Rights Reserved.