| Package | Description |
|---|---|
| org.xmlpull.v1.builder.xpath.jaxen |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleVariableContext
Simple default implementation for
VariableContext. |
| Modifier and Type | Method and Description |
|---|---|
protected VariableContext |
BaseXPath.createVariableContext()
Create a default
VariableContext. |
VariableContext |
XPath.getVariableContext()
Retrieve the
VariableContext used by this XPath
expression. |
VariableContext |
ContextSupport.getVariableContext() |
VariableContext |
BaseXPath.getVariableContext()
Retrieve the
VariableContext used by this XPath
expression. |
| Modifier and Type | Method and Description |
|---|---|
void |
XPath.setVariableContext(VariableContext variableContext)
Set a
VariableContext for use with this XPath
expression. |
void |
ContextSupport.setVariableContext(VariableContext variableContext) |
void |
BaseXPath.setVariableContext(VariableContext variableContext)
Set a
VariableContext for use with this XPath
expression. |
| Constructor and Description |
|---|
ContextSupport(NamespaceContext namespaceContext,
FunctionContext functionContext,
VariableContext variableContext,
Navigator navigator)
Construct.
|
Copyright © 2013. All Rights Reserved.