Package | Description |
---|---|
org.apache.jackrabbit.commons.cnd | |
org.apache.jackrabbit.spi.commons.nodetype |
Modifier and Type | Class and Description |
---|---|
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 . |
Constructor and Description |
---|
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.
|
Modifier and Type | Class and Description |
---|---|
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–2021 The Apache Software Foundation. All rights reserved.