Package | Description |
---|---|
org.jaxen |
This package defines the core Jaxen API to the XPath engine.
|
Modifier and Type | Class | 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 | Description |
---|---|---|
protected FunctionContext |
BaseXPath.createFunctionContext() |
Create a default
FunctionContext . |
FunctionContext |
BaseXPath.getFunctionContext() |
Retrieve the
FunctionContext used by this XPath
expression. |
FunctionContext |
ContextSupport.getFunctionContext() |
Retrieve the
FunctionContext . |
FunctionContext |
XPath.getFunctionContext() |
Retrieve the
FunctionContext used by this XPath
expression. |
static FunctionContext |
XPathFunctionContext.getInstance() |
Retrieve the default function context
|
Modifier and Type | Method | Description |
---|---|---|
void |
BaseXPath.setFunctionContext(FunctionContext functionContext) |
Set a
FunctionContext for use with this XPath
expression. |
void |
ContextSupport.setFunctionContext(FunctionContext functionContext) |
Set the
FunctionContext . |
void |
XPath.setFunctionContext(FunctionContext functionContext) |
Set a
FunctionContext for this XPath
expression. |
Constructor | Description |
---|---|
ContextSupport(NamespaceContext namespaceContext,
FunctionContext functionContext,
VariableContext variableContext,
Navigator navigator) |
Create a new ContextSupport object.
|
Copyright © 2001–2018 Codehaus. All rights reserved.