Uses of Class
org.apache.jackrabbit.spi.commons.namespace.NamespaceMapping

Packages that use NamespaceMapping
org.apache.jackrabbit.core.nodetype.compact   
org.apache.jackrabbit.spi.commons   
org.apache.jackrabbit.spi.commons.namespace   
org.apache.jackrabbit.spi.commons.nodetype.compact   
 

Uses of NamespaceMapping in org.apache.jackrabbit.core.nodetype.compact
 

Methods in org.apache.jackrabbit.core.nodetype.compact that return NamespaceMapping
 NamespaceMapping CompactNodeTypeDefReader.getNamespaceMapping()
          Returns the namespace mapping.
 

Constructors in org.apache.jackrabbit.core.nodetype.compact with parameters of type NamespaceMapping
CompactNodeTypeDefReader(Reader r, String systemId, NamespaceMapping mapping)
          Creates a new CND reader.
 

Uses of NamespaceMapping in org.apache.jackrabbit.spi.commons
 

Fields in org.apache.jackrabbit.spi.commons declared as NamespaceMapping
protected  NamespaceMapping AbstractReadableRepositoryService.namespaces
          The fixed set of namespaces known to the repository service.
 

Uses of NamespaceMapping in org.apache.jackrabbit.spi.commons.namespace
 

Methods in org.apache.jackrabbit.spi.commons.namespace that return NamespaceMapping
 NamespaceMapping NamespaceExtractor.getNamespaceMapping()
          getNamespaceMapping
 

Methods in org.apache.jackrabbit.spi.commons.namespace with parameters of type NamespaceMapping
 void NamespaceAdder.addNamespaces(NamespaceMapping nsm)
           
 

Uses of NamespaceMapping in org.apache.jackrabbit.spi.commons.nodetype.compact
 

Methods in org.apache.jackrabbit.spi.commons.nodetype.compact that return NamespaceMapping
 NamespaceMapping CompactNodeTypeDefReader.getNamespaceMapping()
          Returns the namespace mapping.
 

Constructors in org.apache.jackrabbit.spi.commons.nodetype.compact with parameters of type NamespaceMapping
CompactNodeTypeDefReader(Reader r, String systemId, NamespaceMapping mapping, QNodeTypeDefinitionsBuilder builder)
          Creates a new CND reader.
 



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