public interface NamespaceDAO extends NamespacePrefixResolver
Modifier and Type | Method and Description |
---|---|
void |
addPrefix(java.lang.String prefix,
java.lang.String uri)
Add a namespace prefix
|
void |
addURI(java.lang.String uri)
Add a namespace URI
|
void |
afterDictionaryInit() |
void |
destroy()
Destroy Namespaces
|
void |
init()
Initialise Namespaces
|
void |
registerDictionary(DictionaryDAO dictionaryDAO)
Register with the Dictionary
|
void |
removePrefix(java.lang.String prefix)
Remove a namspace prefix
|
void |
removeURI(java.lang.String uri)
Remove the specified URI
|
getNamespaceURI, getPrefixes, getPrefixes, getURIs
void addURI(java.lang.String uri)
uri
- the namespace uri to addvoid removeURI(java.lang.String uri)
uri
- the uri to removevoid addPrefix(java.lang.String prefix, java.lang.String uri)
prefix
- the prefixuri
- the uri to prefixvoid removePrefix(java.lang.String prefix)
prefix
- the prefix to removevoid init()
void afterDictionaryInit()
void destroy()
void registerDictionary(DictionaryDAO dictionaryDAO)
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.