public interface NamespaceStorage
NamespaceStorage
...Modifier and Type | Method and Description |
---|---|
String |
getPrefix(String uri) |
Map<String,String> |
getRegisteredNamespaces() |
String |
getURI(String prefix) |
void |
registerNamespace(String prefix,
String uri) |
void |
unregisterNamespace(String uri) |
Map<String,String> getRegisteredNamespaces() throws RepositoryException
RepositoryException
String getPrefix(String uri) throws NamespaceException, RepositoryException
String getURI(String prefix) throws NamespaceException, RepositoryException
void registerNamespace(String prefix, String uri) throws NamespaceException, UnsupportedRepositoryOperationException, AccessDeniedException, RepositoryException
void unregisterNamespace(String uri) throws NamespaceException, UnsupportedRepositoryOperationException, AccessDeniedException, RepositoryException
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.