Uses of Class
org.apache.jackrabbit.commons.cnd.DefinitionBuilderFactory
- 
Packages that use DefinitionBuilderFactory Package Description 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 Modifier and Type Class Description classTemplateBuilderFactoryThis implementation ofDefinitionBuilderFactorycan be used with theCompactNodeTypeDefReaderto produce node type definitions of typeNodeTypeTemplateand a namespace map of typeNamespaceRegistry.Constructors in org.apache.jackrabbit.commons.cnd with parameters of type DefinitionBuilderFactory Constructor Description CompactNodeTypeDefReader(Reader r, String systemId, N nsMapping, DefinitionBuilderFactory<T,N> factory)Creates a new CND reader and parses the given stream.CompactNodeTypeDefReader(Reader r, String systemId, 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 Modifier and Type Class Description classQDefinitionBuilderFactoryThis implementation ofDefinitionBuilderFactorycan be used with theCompactNodeTypeDefReaderto produce node type definitions of typeQNodeTypeDefinitionand a namespace map of typeNamespaceMapping. 
 -