Package oracle.stellent.ridc.common.xml
Class MapNamespaceContext
java.lang.Object
oracle.stellent.ridc.common.xml.MapNamespaceContext
- All Implemented Interfaces:
NamespaceContext
An XML namespace context that queries a Map
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetNamespaceURI
(String prefix) Queries our map for the prefix value; also handles the default "xml" prefix.This method isn't necessary for XPath processing.getPrefixes
(String uri) This method isn't necessary for XPath processing either.
-
Field Details
-
m_namespaces
-
-
Constructor Details
-
MapNamespaceContext
-
-
Method Details
-
getNamespaceURI
Queries our map for the prefix value; also handles the default "xml" prefix.- Specified by:
getNamespaceURI
in interfaceNamespaceContext
- Parameters:
prefix
- the prefix- Returns:
- the XML namespace or
XMLConstants.NULL_NS_URI
if there is no namespace
-
getPrefix
This method isn't necessary for XPath processing.- Specified by:
getPrefix
in interfaceNamespaceContext
-
getPrefixes
This method isn't necessary for XPath processing either.- Specified by:
getPrefixes
in interfaceNamespaceContext
-