Package | Description |
---|---|
org.jaxen |
This package defines the core Jaxen API to the XPath engine.
|
Modifier and Type | Class | Description |
---|---|---|
class |
SimpleVariableContext |
Simple default implementation for
VariableContext . |
Modifier and Type | Method | Description |
---|---|---|
protected VariableContext |
BaseXPath.createVariableContext() |
Create a default
VariableContext . |
VariableContext |
BaseXPath.getVariableContext() |
Retrieve the
VariableContext used by this XPath
expression. |
VariableContext |
ContextSupport.getVariableContext() |
Retrieve the
VariableContext . |
VariableContext |
XPath.getVariableContext() |
Retrieve the
VariableContext used by this XPath
expression. |
Modifier and Type | Method | Description |
---|---|---|
void |
BaseXPath.setVariableContext(VariableContext variableContext) |
Set a
VariableContext for use with this XPath
expression. |
void |
ContextSupport.setVariableContext(VariableContext variableContext) |
Set the
VariableContext . |
void |
XPath.setVariableContext(VariableContext variableContext) |
Set a
VariableContext 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.