Package | Description |
---|---|
javax.xml.xpath | |
org.apache.xalan.extensions |
Implementation of Xalan Extension Mechanism.
|
org.apache.xpath.jaxp |
Modifier and Type | Method and Description |
---|---|
NamespaceContext |
XPath.getNamespaceContext()
Return the current namespace context.
|
Modifier and Type | Method and Description |
---|---|
void |
XPath.setNamespaceContext(NamespaceContext nsContext)
Establish a namespace context.
|
Modifier and Type | Class and Description |
---|---|
class |
ExtensionNamespaceContext
A sample implementation of NamespaceContext, with support for
EXSLT extension functions and Java extension functions.
|
Modifier and Type | Method and Description |
---|---|
NamespaceContext |
XPathImpl.getNamespaceContext()
Returns the current namespace context.
|
Modifier and Type | Method and Description |
---|---|
void |
XPathImpl.setNamespaceContext(NamespaceContext nsContext)
Establishes a namespace context.
|
Constructor and Description |
---|
JAXPPrefixResolver(NamespaceContext nsContext) |
Copyright © 2014 Apache XML Project. All Rights Reserved.