Uses of Interface
org.jboss.dna.jcr.JcrNodeTypeSource

Packages that use JcrNodeTypeSource
org.jboss.dna.jcr The DNA implementation of the JCR API. 
 

Uses of JcrNodeTypeSource in org.jboss.dna.jcr
 

Classes in org.jboss.dna.jcr that implement JcrNodeTypeSource
 class CndNodeTypeSource
          Class to parse one or more Compact Node Definition (CND) files containing custom node type definitions into a format that can be registered with the JcrNodeTypeManager.
 

Methods in org.jboss.dna.jcr with parameters of type JcrNodeTypeSource
 javax.jcr.nodetype.NodeTypeIterator JcrNodeTypeManager.registerNodeTypes(JcrNodeTypeSource source)
          Registers the node types from the given JcrNodeTypeSource.
 



Copyright © 2008-2009 JBoss, a division of Red Hat. All Rights Reserved.