| Package | Description |
|---|---|
| org.xmlpull.v1.builder.xpath.jaxen |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleNamespaceContext
Provides mappings from namespace prefix to namespace URI to the xpath
engine.
|
| Modifier and Type | Method and Description |
|---|---|
protected NamespaceContext |
BaseXPath.createNamespaceContext()
Create a default
NamespaceContext. |
NamespaceContext |
XPath.getNamespaceContext()
Retrieve the
NamespaceContext used by this XPath
expression. |
NamespaceContext |
ContextSupport.getNamespaceContext() |
NamespaceContext |
BaseXPath.getNamespaceContext()
Retrieve the
NamespaceContext used by this XPath
expression. |
| Modifier and Type | Method and Description |
|---|---|
void |
XPath.setNamespaceContext(NamespaceContext namespaceContext)
Set a
NamespaceContext for use with this
XPath expression. |
void |
ContextSupport.setNamespaceContext(NamespaceContext namespaceContext) |
void |
BaseXPath.setNamespaceContext(NamespaceContext namespaceContext)
Set a
NamespaceContext for use with this
XPath expression. |
| Constructor and Description |
|---|
ContextSupport(NamespaceContext namespaceContext,
FunctionContext functionContext,
VariableContext variableContext,
Navigator navigator)
Construct.
|
Copyright © 2013. All Rights Reserved.