com.bea.xml.stream
public class ReadOnlyNamespaceContextBase extends Object implements NamespaceContext
This class provides a ReadOnlyNamespace context that takes a snapshot of the current namespaces in scope
| Constructor Summary | |
|---|---|
| ReadOnlyNamespaceContextBase(String[] prefixArray, String[] uriArray, int size) | |
| Method Summary | |
|---|---|
| String | getDefaultNameSpace() |
| String | getNamespaceURI(String prefix) |
| String | getPrefix(String uri) |
| Iterator | getPrefixes(String uri) |
| static void | main(String[] args) |
| String | toString() |