Package | Description |
---|---|
org.jaxen |
This package defines the core Jaxen API to the XPath engine.
|
Modifier and Type | Class | Description |
---|---|---|
class |
SimpleNamespaceContext |
Provides mappings from namespace prefix to namespace URI to the XPath
engine.
|
Modifier and Type | Method | Description |
---|---|---|
protected NamespaceContext |
BaseXPath.createNamespaceContext() |
Create a default
NamespaceContext . |
NamespaceContext |
BaseXPath.getNamespaceContext() |
Retrieve the
NamespaceContext used by this XPath
expression. |
NamespaceContext |
ContextSupport.getNamespaceContext() |
Retrieve the
NamespaceContext . |
NamespaceContext |
XPath.getNamespaceContext() |
Retrieve the
NamespaceContext used by this XPath
expression. |
Modifier and Type | Method | Description |
---|---|---|
void |
BaseXPath.setNamespaceContext(NamespaceContext namespaceContext) |
Set a
NamespaceContext for use with this
XPath expression. |
void |
ContextSupport.setNamespaceContext(NamespaceContext namespaceContext) |
Set the
NamespaceContext . |
void |
XPath.setNamespaceContext(NamespaceContext namespaceContext) |
Set a
NamespaceContext 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.