Package org.apache.jackrabbit.commons.cnd
@Version("2.3")
package org.apache.jackrabbit.commons.cnd
-
ClassDescriptionUtility class for importing compact node type definitions.CompactNodeTypeDefReader.Prints node type defs in a compact notation Print Format: <ex = "http://apache.org/jackrabbit/example"> [ex:NodeType] > ex:ParentType1, ex:ParentType2 orderable mixin - ex:property (STRING) = 'default1', 'default2' primary mandatory autocreated protected multiple VERSION < 'constraint1', 'constraint2' + ex:node (ex:reqType1, ex:reqType2) = ex:defaultType mandatory autocreated protected multiple VERSIONMap namespace prefixes such as present in a qualified JCR name to the corresponding namespace URI.Builder for node type definitions, node definitions and property definitions.Builder for item definitions of type
T
Builder for child node definitions of typeT
Builder for a node type definition of type T.Builder for property definitions of typeT
Lexer of the CND definition.ParseExceptionThis implementation ofDefinitionBuilderFactory
can be used with theCompactNodeTypeDefReader
to produce node type definitions of typeNodeTypeTemplate
and a namespace map of typeNamespaceRegistry
.