Uses of Class
org.apache.jackrabbit.core.nodetype.InvalidNodeTypeDefException

Packages that use InvalidNodeTypeDefException
org.apache.jackrabbit.core.nodetype   
org.apache.jackrabbit.core.nodetype.xml   
 

Uses of InvalidNodeTypeDefException in org.apache.jackrabbit.core.nodetype
 

Methods in org.apache.jackrabbit.core.nodetype that throw InvalidNodeTypeDefException
 void NodeTypeDefStore.load(InputStream in)
           
 EffectiveNodeType NodeTypeRegistry.registerNodeType(NodeTypeDef ntd)
          Validates the NodeTypeDef and returns a registered EffectiveNodeType instance.
 void NodeTypeRegistry.registerNodeTypes(Collection ntDefs)
          Same as NodeTypeRegistry.registerNodeType(NodeTypeDef) except that a collection of NodeTypeDefs is registered instead of just one.
 EffectiveNodeType NodeTypeRegistry.reregisterNodeType(NodeTypeDef ntd)
           
 

Uses of InvalidNodeTypeDefException in org.apache.jackrabbit.core.nodetype.xml
 

Methods in org.apache.jackrabbit.core.nodetype.xml that throw InvalidNodeTypeDefException
static NodeTypeDef[] NodeTypeReader.read(InputStream xml)
          Reads a node type definition file.
 NodeTypeDef[] NodeTypeReader.getNodeTypeDefs()
          Returns all node type definitions specified by node type elements under the current element.
 



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