| Package | Description |
|---|---|
| org.jaxen |
This package defines the core Jaxen API to the XPath engine.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleFunctionContext
Simple default implementation of
FunctionContext. |
class |
XPathFunctionContext
A
FunctionContext implementing the core XPath
function library, plus Jaxen extensions. |
| Modifier and Type | Method and Description |
|---|---|
protected FunctionContext |
BaseXPath.createFunctionContext()
Create a default
FunctionContext. |
FunctionContext |
ContextSupport.getFunctionContext()
Retrieve the
FunctionContext. |
FunctionContext |
BaseXPath.getFunctionContext()
Retrieve the
FunctionContext used by this XPath
expression. |
FunctionContext |
XPath.getFunctionContext()
Retrieve the
FunctionContext used by this XPath
expression. |
static FunctionContext |
XPathFunctionContext.getInstance()
Retrieve the default function context
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContextSupport.setFunctionContext(FunctionContext functionContext)
Set the
FunctionContext. |
void |
BaseXPath.setFunctionContext(FunctionContext functionContext)
Set a
FunctionContext for use with this XPath
expression. |
void |
XPath.setFunctionContext(FunctionContext functionContext)
Set a
FunctionContext for this XPath
expression. |
| Constructor and Description |
|---|
ContextSupport(NamespaceContext namespaceContext,
FunctionContext functionContext,
VariableContext variableContext,
Navigator navigator)
Create a new ContextSupport object.
|
Copyright © 2001-2012 Codehaus. All Rights Reserved.