| Frames | No Frames |
Classes implementing org.jaxen.FunctionContext | |
| class | Simple default implementation of FunctionContext. |
| class | A FunctionContext implementing the core XPath
function library, plus Jaxen extensions. |
Constructors with parameter type org.jaxen.FunctionContext | |
ContextSupport.ContextSupport(NamespaceContext namespaceContext, FunctionContext functionContext, VariableContext variableContext, Navigator navigator) Create a new ContextSupport object. | |
Fields of type org.jaxen.FunctionContext | |
| FunctionContext | Function context. |
Methods with parameter type org.jaxen.FunctionContext | |
| void | Set a FunctionContext for use with this XPath
expression. |
| void | Set the FunctionContext. |
| void | Set a FunctionContext for this XPath
expression. |
Methods with return type org.jaxen.FunctionContext | |
| FunctionContext | Create a default FunctionContext. |
| FunctionContext | Retrieve the FunctionContext used by this XPath
expression. |
| FunctionContext | Retrieve the FunctionContext. |
| FunctionContext | Retrieve the FunctionContext used by this XPath
expression. |
| FunctionContext | Retrieve the default function context
|