Uses of Interface
org.apache.jackrabbit.commons.cnd.CompactNodeTypeDefWriter.NamespaceMapping

Packages that use CompactNodeTypeDefWriter.NamespaceMapping
org.apache.jackrabbit.commons.cnd   
 

Uses of CompactNodeTypeDefWriter.NamespaceMapping in org.apache.jackrabbit.commons.cnd
 

Methods in org.apache.jackrabbit.commons.cnd with parameters of type CompactNodeTypeDefWriter.NamespaceMapping
static void CompactNodeTypeDefWriter.write(Collection<NodeTypeDefinition> defs, CompactNodeTypeDefWriter.NamespaceMapping nsMapping, Writer out)
          Writes the given list of QNodeTypeDefinition to the output writer including the used namespaces.
 

Constructors in org.apache.jackrabbit.commons.cnd with parameters of type CompactNodeTypeDefWriter.NamespaceMapping
CompactNodeTypeDefWriter(Writer out, CompactNodeTypeDefWriter.NamespaceMapping nsMapping, boolean includeNS)
          Creates a new nodetype writer based on a session
 



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