Uses of Class
org.apache.jackrabbit.commons.cnd.DefinitionBuilderFactory

Packages that use DefinitionBuilderFactory
org.apache.jackrabbit.commons.cnd   
org.apache.jackrabbit.spi.commons.nodetype   
 

Uses of DefinitionBuilderFactory in org.apache.jackrabbit.commons.cnd
 

Subclasses of DefinitionBuilderFactory in org.apache.jackrabbit.commons.cnd
 class TemplateBuilderFactory
          This implementation of DefinitionBuilderFactory can be used with the CompactNodeTypeDefReader to produce node type definitions of type NodeTypeTemplate and a namespace map of type NamespaceRegistry.
 

Constructors in org.apache.jackrabbit.commons.cnd with parameters of type DefinitionBuilderFactory
CompactNodeTypeDefReader(Reader r, String systemId, DefinitionBuilderFactory<T,N> factory)
          Creates a new CND reader and parses the given stream.
CompactNodeTypeDefReader(Reader r, String systemId, N nsMapping, DefinitionBuilderFactory<T,N> factory)
          Creates a new CND reader and parses the given stream.
 

Uses of DefinitionBuilderFactory in org.apache.jackrabbit.spi.commons.nodetype
 

Subclasses of DefinitionBuilderFactory in org.apache.jackrabbit.spi.commons.nodetype
 class QDefinitionBuilderFactory
          This implementation of DefinitionBuilderFactory can be used with the CompactNodeTypeDefReader to produce node type definitions of type QNodeTypeDefinition and a namespace map of type NamespaceMapping.
 



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