Uses of Class
org.apache.jackrabbit.name.UnknownPrefixException

Packages that use UnknownPrefixException
org.apache.jackrabbit.core Contains the core classes that provide the implementation of the JCR API. 
org.apache.jackrabbit.core.nodetype.xml   
org.apache.jackrabbit.core.query.lucene   
org.apache.jackrabbit.name   
 

Uses of UnknownPrefixException in org.apache.jackrabbit.core
 

Methods in org.apache.jackrabbit.core that throw UnknownPrefixException
 QName NamespaceRegistryImpl.getQName(String name)
          
 

Uses of UnknownPrefixException in org.apache.jackrabbit.core.nodetype.xml
 

Methods in org.apache.jackrabbit.core.nodetype.xml that throw UnknownPrefixException
 NodeTypeDef[] NodeTypeReader.getNodeTypeDefs()
          Returns all node type definitions specified by node type elements under the current element.
 

Uses of UnknownPrefixException in org.apache.jackrabbit.core.query.lucene
 

Methods in org.apache.jackrabbit.core.query.lucene that throw UnknownPrefixException
 String NamespaceMappings.translatePropertyName(String name, NamespaceResolver resolver)
          Translates a property name from a session local namespace mapping into a search index private namespace mapping.
 

Uses of UnknownPrefixException in org.apache.jackrabbit.name
 

Methods in org.apache.jackrabbit.name that throw UnknownPrefixException
 QName NamespaceResolver.getQName(String name)
          Parses the given prefixed JCR name into a qualified name.
 QName AbstractNamespaceResolver.getQName(String name)
           
static QName QName.fromJCRName(String rawName, NamespaceResolver resolver)
          Parses the given prefixed JCR name into a qualified name using the given namespace resolver.
 



Copyright © 2004-2006 The Apache Software Foundation. All Rights Reserved.