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 class
TemplateBuilderFactory
This implementation ofDefinitionBuilderFactory
can be used with theCompactNodeTypeDefReader
to produce node type definitions of typeNodeTypeTemplate
and 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 class
QDefinitionBuilderFactory
This implementation ofDefinitionBuilderFactory
can be used with theCompactNodeTypeDefReader
to produce node type definitions of typeQNodeTypeDefinition
and a namespace map of typeNamespaceMapping
.
-