com.bea.xml.stream.util
public class NamespaceContextImpl extends Object implements NamespaceContext
| Constructor Summary | |
|---|---|
| NamespaceContextImpl() | |
| NamespaceContextImpl(NamespaceContext rootContext) | |
| Method Summary | |
|---|---|
| void | bindDefaultNameSpace(String uri) |
| void | bindNamespace(String prefix, String uri) |
| void | closeScope() |
| String | getDefaultNameSpace() |
| int | getDepth() |
| String | getNamespaceURI(String prefix) |
| String | getPrefix(String uri) |
| Iterator | getPrefixes(String uri) |
| void | init() |
| static void | main(String[] args) |
| void | openScope() |
| void | unbindDefaultNameSpace() |
| void | unbindNamespace(String prefix, String uri) |