|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NamespaceException | |
---|---|
javax.jcr | Provides interfaces and classes for the Content Repository for Java Technology. |
Uses of NamespaceException in javax.jcr |
---|
Methods in javax.jcr that throw NamespaceException | |
---|---|
String |
Session.getNamespacePrefix(String uri)
Returns the prefix to which the given URI is mapped |
String |
Session.getNamespaceURI(String prefix)
For a given prefix, returns the URI to which it is mapped as currently set in this Session . |
String |
NamespaceRegistry.getPrefix(String uri)
Returns the prefix to which the given URI is mapped |
String |
NamespaceRegistry.getURI(String prefix)
Returns the URI to which the given prefix is mapped. |
void |
NamespaceRegistry.registerNamespace(String prefix,
String uri)
Sets a one-to-one mapping between prefix and URI in the global namespace registry of this repository. |
void |
Session.setNamespacePrefix(String prefix,
String uri)
Within the scope of this session, rename a persistently registered namespace URI to the new prefix. |
void |
NamespaceRegistry.unregisterNamespace(String prefix)
Removes a namespace mapping from the registry. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |