Package com.bea.xml.stream
Class ReadOnlyNamespaceContextBase
java.lang.Object
com.bea.xml.stream.ReadOnlyNamespaceContextBase
- All Implemented Interfaces:
NamespaceContext
This class provides a ReadOnlyNamespace context that takes a snapshot of the current namespaces in scope
-
Constructor Summary
ConstructorsConstructorDescriptionReadOnlyNamespaceContextBase
(String[] prefixArray, String[] uriArray, int size) -
Method Summary
Modifier and TypeMethodDescriptiongetNamespaceURI
(String prefix) getPrefixes
(String uri) static void
toString()
-
Constructor Details
-
ReadOnlyNamespaceContextBase
-
-
Method Details
-
getNamespaceURI
- Specified by:
getNamespaceURI
in interfaceNamespaceContext
-
getPrefix
- Specified by:
getPrefix
in interfaceNamespaceContext
-
getDefaultNameSpace
-
getPrefixes
- Specified by:
getPrefixes
in interfaceNamespaceContext
-
toString
-
main
- Throws:
Exception
-