Uses of Class
org.apache.jackrabbit.core.NamespaceRegistryImpl

Packages that use NamespaceRegistryImpl
org.apache.jackrabbit.core   
org.apache.jackrabbit.core.nodetype   
org.apache.jackrabbit.core.persistence.bundle.util   
org.apache.jackrabbit.core.query   
org.apache.jackrabbit.core.xml   
 

Uses of NamespaceRegistryImpl in org.apache.jackrabbit.core
 

Methods in org.apache.jackrabbit.core that return NamespaceRegistryImpl
protected  NamespaceRegistryImpl RepositoryImpl.createNamespaceRegistry(FileSystem fs)
          Creates the NamespaceRegistry instance.
protected  NamespaceRegistryImpl RepositoryImpl.getNamespaceRegistry()
           
 

Constructors in org.apache.jackrabbit.core with parameters of type NamespaceRegistryImpl
SearchManager(SearchConfig config, NamespaceRegistryImpl nsReg, NodeTypeRegistry ntReg, ItemStateManager itemMgr, NodeId rootNodeId, SearchManager parentMgr, NodeId excludedNodeId)
          Creates a new SearchManager.
 

Uses of NamespaceRegistryImpl in org.apache.jackrabbit.core.nodetype
 

Constructors in org.apache.jackrabbit.core.nodetype with parameters of type NamespaceRegistryImpl
NodeTypeManagerImpl(NodeTypeRegistry ntReg, NamespaceRegistryImpl nsReg, NamespaceResolver nsResolver, NamePathResolver resolver, DataStore store)
          Creates a new NodeTypeManagerImpl instance.
 

Uses of NamespaceRegistryImpl in org.apache.jackrabbit.core.persistence.bundle.util
 

Constructors in org.apache.jackrabbit.core.persistence.bundle.util with parameters of type NamespaceRegistryImpl
NamespaceIndex(NamespaceRegistryImpl nsReg)
          Creates a new index that uses the given namespace registry.
 

Uses of NamespaceRegistryImpl in org.apache.jackrabbit.core.query
 

Methods in org.apache.jackrabbit.core.query that return NamespaceRegistryImpl
 NamespaceRegistryImpl QueryHandlerContext.getNamespaceRegistry()
          Returns the NamespaceRegistryImpl for this repository.
 

Constructors in org.apache.jackrabbit.core.query with parameters of type NamespaceRegistryImpl
QueryHandlerContext(FileSystem fs, ItemStateManager stateMgr, NodeId rootId, NodeTypeRegistry ntRegistry, NamespaceRegistryImpl nsRegistry, QueryHandler parentHandler, NodeId excludedNodeId)
          Creates a new context instance.
 

Uses of NamespaceRegistryImpl in org.apache.jackrabbit.core.xml
 

Fields in org.apache.jackrabbit.core.xml declared as NamespaceRegistryImpl
protected  NamespaceRegistryImpl ImportHandler.nsReg
           
 

Constructors in org.apache.jackrabbit.core.xml with parameters of type NamespaceRegistryImpl
ImportHandler(Importer importer, NamespaceResolver nsResolver, NamespaceRegistryImpl nsReg)
           
 



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