public interface NamespaceDAO extends NamespacePrefixResolver
| Modifier and Type | Method and Description |
|---|---|
void |
addPrefix(String prefix,
String uri)
Add a namespace prefix
|
void |
addURI(String uri)
Add a namespace URI
|
void |
removePrefix(String prefix)
Remove a namspace prefix
|
void |
removeURI(String uri)
Remove the specified URI
|
getNamespaceURI, getPrefixes, getPrefixes, getURIsvoid addURI(String uri)
uri - the namespace uri to addvoid removeURI(String uri)
uri - the uri to removevoid addPrefix(String prefix, String uri)
prefix - the prefixuri - the uri to prefixvoid removePrefix(String prefix)
prefix - the prefix to removeCopyright © 2005–2019 Alfresco Software. All rights reserved.