Uses of Class
javax.jcr.NamespaceException

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
 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
 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
 



Copyright © 2004-2005 Day Software Management AG. All Rights Reserved.