| |
|
| java.lang.Object com.caucho.xml2.NamespaceContextImpl
NamespaceContextImpl | public class NamespaceContextImpl (Code) | | Maintains a stack of namespace contexts
|
Inner Class :static class ElementBinding | |
Inner Class :static class Decl | |
NamespaceContextImpl | NamespaceContextImpl()(Code) | | |
declare | public void declare(String prefix, String uri)(Code) | | declares a new namespace prefix in the current context
|
declare | public String declare(String uri)(Code) | | declares a new namespace prefix in the current context; the
auto-allocated prefix is returned
|
getDepth | public int getDepth()(Code) | | |
getNumDecls | public int getNumDecls()(Code) | | |
getUri | public String getUri(String prefix)(Code) | | looks up the prefix, returns the uri it corresponds to
|
|
|
|