|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NamespaceException | |
com.jeceira.config | |
com.jeceira.nodetype | |
com.jeceira.persistence.hsqldb | |
com.jeceira.session | |
com.jeceira.syntax | |
com.jeceira.value | |
javax.jcr | Provides interfaces and classes for the Content Repository for Java Technology (JCR). |
Uses of NamespaceException in com.jeceira.config |
Methods in com.jeceira.config that throw NamespaceException | |
java.lang.String |
DefaultConfigManager.getPrefix(java.lang.String uri)
|
java.lang.String |
DefaultConfigManager.getURI(java.lang.String prefix)
|
void |
DefaultConfigManager.registerNamespace(java.lang.String prefix,
java.lang.String uri)
|
void |
DefaultConfigManager.unregisterNamespace(java.lang.String prefix)
|
NodeTypeInfo[] |
NodeTypeReader.readNodeTypes(org.w3c.dom.Node rootNode)
Reads user-defined node types starting at the specified node. |
Uses of NamespaceException in com.jeceira.nodetype |
Methods in com.jeceira.nodetype that throw NamespaceException | |
SessionNodeType |
SessionNodeTypeManager.getSessionNodeType(java.lang.String nodeTypeName)
Returns the node type with the specified mapped name as a SessionNodeType object. |
Uses of NamespaceException in com.jeceira.persistence.hsqldb |
Methods in com.jeceira.persistence.hsqldb that throw NamespaceException | |
java.lang.String |
HsqldbNamespaceRegistry.getPrefix(java.lang.String uri)
|
java.lang.String |
HsqldbNamespaceRegistry.getURI(java.lang.String prefix)
|
void |
HsqldbNamespaceRegistry.registerNamespace(java.lang.String prefix,
java.lang.String uri)
|
void |
HsqldbNamespaceRegistry.unregisterNamespace(java.lang.String prefix)
|
Uses of NamespaceException in com.jeceira.session |
Methods in com.jeceira.session that throw NamespaceException | |
java.lang.String |
SessionNamespaceRegistry.getPrefix(java.lang.String uri)
|
java.lang.String |
SessionNamespaceRegistry.getURI(java.lang.String prefix)
|
void |
SessionNamespaceRegistry.registerNamespace(java.lang.String prefix,
java.lang.String uri)
|
void |
SessionNamespaceRegistry.setNamespacePrefix(java.lang.String prefix,
java.lang.String uri)
Remaps persistently stored URI to a new prefix within the scope of a session. |
void |
SessionNamespaceRegistry.unregisterNamespace(java.lang.String prefix)
|
java.lang.String |
SessionImpl.getNamespacePrefix(java.lang.String uri)
|
java.lang.String |
SessionImpl.getNamespaceURI(java.lang.String prefix)
|
void |
SessionImpl.setNamespacePrefix(java.lang.String prefix,
java.lang.String uri)
|
Uses of NamespaceException in com.jeceira.syntax |
Methods in com.jeceira.syntax that throw NamespaceException | |
static NodeTypeName |
NodeTypeName.parseMappedForm(NamespaceRegistry registry,
java.lang.String name)
Converts the specified name string into an ItemName
object. |
java.lang.String |
NodeTypeName.getMappedForm(NamespaceRegistry registry)
|
static Path |
Path.parseMappedForm(NamespaceRegistry namespaceRegistry,
java.lang.String path)
Returns a Path object representing the specified (either
relative or absolute) path. |
java.lang.String |
Path.getMappedForm(NamespaceRegistry registry)
|
static ItemName |
ItemName.parseMappedForm(NamespaceRegistry registry,
java.lang.String name)
Converts the specified name string into an ItemName
object. |
java.lang.String |
ItemName.getMappedForm(NamespaceRegistry registry)
|
java.lang.String |
Mappable.getMappedForm(NamespaceRegistry registry)
Returns this string with URIs mapped onto corresponding prefixes using the specified namespace registry. |
static DefName |
DefName.parseMappedForm(NamespaceRegistry registry,
java.lang.String name)
Converts the specified name string into a DefName object. |
java.lang.String |
DefName.getMappedForm(NamespaceRegistry registry)
|
static Name |
Name.parseMappedForm(NamespaceRegistry registry,
java.lang.String name)
Converts the specified name string into a Name object. |
java.lang.String |
Name.getMappedForm(NamespaceRegistry registry)
|
Uses of NamespaceException in com.jeceira.value |
Methods in com.jeceira.value that throw NamespaceException | |
static java.lang.String |
ValueConverter.toStringValue(Name n,
NamespaceRegistry namespaceRegistry)
Converts a name into string value using the specified namespace registry. |
static java.lang.String |
ValueConverter.toStringValue(Path p,
NamespaceRegistry namespaceRegistry)
Converts a path into a string value using the specified namespace registry. |
Uses of NamespaceException in javax.jcr |
Methods in javax.jcr that throw NamespaceException | |
void |
NamespaceRegistry.registerNamespace(java.lang.String prefix,
java.lang.String uri)
Sets a one-to-one mapping between prefix and URI in the global namespace registry of this repository. |
void |
NamespaceRegistry.unregisterNamespace(java.lang.String prefix)
Removes a namespace mapping from the registry. |
java.lang.String |
NamespaceRegistry.getURI(java.lang.String prefix)
Returns the URI to which the given prefix is mapped. |
java.lang.String |
NamespaceRegistry.getPrefix(java.lang.String uri)
Returns the prefix to which the given URI is mapped |
void |
Session.setNamespacePrefix(java.lang.String prefix,
java.lang.String uri)
Within the scope of this session, rename a persistently registered namespace URI to the new prefix. |
java.lang.String |
Session.getNamespaceURI(java.lang.String prefix)
For a given prefix, returns the URI to which it is mapped as currently set in this Session . |
java.lang.String |
Session.getNamespacePrefix(java.lang.String uri)
Returns the prefix to which the given URI is mapped |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |