|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.dna.repository.util.JcrNamespaceRegistry
public class JcrNamespaceRegistry
Constructor Summary | |
---|---|
JcrNamespaceRegistry(SessionFactory sessionFactory,
String repositoryWorkspaceName)
|
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. |
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JcrNamespaceRegistry(SessionFactory sessionFactory, String repositoryWorkspaceName)
Method Detail |
---|
public String getDefaultNamespaceUri()
getDefaultNamespaceUri
in interface NamespaceRegistry
public String getNamespaceForPrefix(String prefix)
getNamespaceForPrefix
in interface NamespaceRegistry
prefix
- the namespace prefix
public String getPrefixForNamespaceUri(String namespaceUri, boolean generateIfMissing)
getPrefixForNamespaceUri
in interface NamespaceRegistry
namespaceUri
- 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 false
NamespaceRegistry.isRegisteredNamespaceUri(String)
public boolean isRegisteredNamespaceUri(String namespaceUri)
isRegisteredNamespaceUri
in interface NamespaceRegistry
namespaceUri
- the namespace URI
public String register(String prefix, String namespaceUri)
register
in interface NamespaceRegistry
prefix
- the prefix for the namespace, or null if a namesapce prefix should be generated automaticallynamespaceUri
- the namespace URI
public Set<String> getRegisteredNamespaceUris()
getRegisteredNamespaceUris
in interface NamespaceRegistry
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |