|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.dna.graph.property.basic.SimpleNamespaceRegistry
org.jboss.dna.graph.property.basic.LocalNamespaceRegistry
@ThreadSafe public class LocalNamespaceRegistry

A special NamespaceRegistry implementation that can be used to track transient registrations for another delegate
registry.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.jboss.dna.graph.property.NamespaceRegistry |
|---|
NamespaceRegistry.Namespace |
| Field Summary |
|---|
| Fields inherited from class org.jboss.dna.graph.property.basic.SimpleNamespaceRegistry |
|---|
DEFAULT_NAMESPACE_URI, DEFAULT_PREFIX_NUMBER_FORMAT, DEFAULT_PREFIX_TEMPLATE |
| Constructor Summary | |
|---|---|
LocalNamespaceRegistry(NamespaceRegistry delegate)
|
|
LocalNamespaceRegistry(NamespaceRegistry delegate,
String defaultNamespaceUri)
|
|
| Method Summary | |
|---|---|
String |
getDefaultNamespaceUri()
Return the namespace URI that is currently mapped to the empty prefix, or null if there is no current default namespace. |
String |
getNamespaceForPrefix(String prefix)
Get the namespace URI for the supplied prefix. |
Set<NamespaceRegistry.Namespace> |
getNamespaces()
Obtain a snapshot of all of the namespaces registered at the time this method is called. |
String |
getPrefixForNamespaceUri(String namespaceUri,
boolean generateIfMissing)
Return the prefix used for the supplied namespace URI. |
Set<String> |
getRegisteredNamespaceUris()
Obtain the set of namespaces that are registered. |
boolean |
isRegisteredNamespaceUri(String namespaceUri)
Return whether there is a registered prefix for the supplied namespace URI. |
String |
register(String prefix,
String namespaceUri)
Register a new namespace using the supplied prefix, returning the namespace URI previously registered under that prefix. |
boolean |
unregister(String namespaceUri)
Unregister the namespace with the supplied URI. |
| Methods inherited from class org.jboss.dna.graph.property.basic.SimpleNamespaceRegistry |
|---|
getGeneratedPrefixTemplate, setGeneratedPrefixTemplate, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public LocalNamespaceRegistry(NamespaceRegistry delegate)
delegate - the namespace registry that this registry should delegate to if not found locally
public LocalNamespaceRegistry(NamespaceRegistry delegate,
String defaultNamespaceUri)
delegate - the namespace registry that this registry should delegate to if not found locallydefaultNamespaceUri - the namespace URI to use for the default prefix| Method Detail |
|---|
public String getDefaultNamespaceUri()
getDefaultNamespaceUri in interface NamespaceRegistrygetDefaultNamespaceUri in class SimpleNamespaceRegistrySimpleNamespaceRegistry.getDefaultNamespaceUri()public String getNamespaceForPrefix(String prefix)
getNamespaceForPrefix in interface NamespaceRegistrygetNamespaceForPrefix in class SimpleNamespaceRegistryprefix - the namespace prefix
SimpleNamespaceRegistry.getNamespaceForPrefix(java.lang.String)public Set<NamespaceRegistry.Namespace> getNamespaces()
namespaces registered at the time this method is called. The resulting
set is immutable, and will not reflect changes made to the registry.
getNamespaces in interface NamespaceRegistrygetNamespaces in class SimpleNamespaceRegistryNamespaceRegistry.Namespace objects reflecting a snapshot of the registry; never nullSimpleNamespaceRegistry.getNamespaces()
public String getPrefixForNamespaceUri(String namespaceUri,
boolean generateIfMissing)
getPrefixForNamespaceUri in interface NamespaceRegistrygetPrefixForNamespaceUri in class SimpleNamespaceRegistrynamespaceUri - the namespace URIgenerateIfMissing - true if the namespace URI has not already been registered and the method should auto-register the
namespace with a generated prefix, or false if the method should never auto-register the namespace
null if the namespace has not been registered
and generateIfMissing is falseSimpleNamespaceRegistry.getPrefixForNamespaceUri(java.lang.String, boolean)public Set<String> getRegisteredNamespaceUris()
getRegisteredNamespaceUris in interface NamespaceRegistrygetRegisteredNamespaceUris in class SimpleNamespaceRegistrySimpleNamespaceRegistry.getRegisteredNamespaceUris()public boolean isRegisteredNamespaceUri(String namespaceUri)
isRegisteredNamespaceUri in interface NamespaceRegistryisRegisteredNamespaceUri in class SimpleNamespaceRegistrynamespaceUri - the namespace URI
SimpleNamespaceRegistry.isRegisteredNamespaceUri(java.lang.String)
public String register(String prefix,
String namespaceUri)
register in interface NamespaceRegistryregister in class SimpleNamespaceRegistryprefix - the prefix for the namespace, or null if a namesapce prefix should be generated automaticallynamespaceUri - the namespace URI
SimpleNamespaceRegistry.register(java.lang.String, java.lang.String)public boolean unregister(String namespaceUri)
unregister in interface NamespaceRegistryunregister in class SimpleNamespaceRegistrynamespaceUri - the namespace URI
SimpleNamespaceRegistry.unregister(java.lang.String)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||