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

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

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(java.io.Reader r, java.lang.String systemId, DefinitionBuilderFactory<T,N> factory)
          Creates a new CND reader and parses the given stream.
CompactNodeTypeDefReader(java.io.Reader r, java.lang.String systemId, N nsMapping, DefinitionBuilderFactory<T,N> factory)
          Creates a new CND reader and parses the given stream.
 



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