Uses of Class
org.exolab.castor.mapping.xml.MappingRoot

Packages that use MappingRoot
org.castor.mapping   
org.exolab.castor.mapping The Class Mapping API Version: $Revision: 6216 $ $Date: 2003-03-03 00:05:44 -0700 (Mon, 03 Mar 2003) $ Author: Assaf Arkin Author: Keith Visco This package provides a common base for the class mapping descriptors and tools to generate mapping descriptors from a mapping file. 
org.exolab.castor.mapping.loader Implementations for mapping interfaces and the default mapping loader. 
org.exolab.castor.mapping.xml   
org.exolab.castor.xml The XML Marshaller API Version: $Revision: 6213 $ $Date: 2003-03-03 00:05:44 -0700 (Mon, 03 Mar 2003) $ Author: Keith Visco Marshaller marshalls a Java object into an XML document. 
 

Uses of MappingRoot in org.castor.mapping
 

Methods in org.castor.mapping with parameters of type MappingRoot
 void MappingUnmarshallIDResolver.setMapping(MappingRoot mapping)
           
 

Uses of MappingRoot in org.exolab.castor.mapping
 

Methods in org.exolab.castor.mapping that return MappingRoot
 MappingRoot Mapping.getRoot()
          Get the loaded mapping.
 

Uses of MappingRoot in org.exolab.castor.mapping.loader
 

Methods in org.exolab.castor.mapping.loader with parameters of type MappingRoot
protected  void AbstractMappingLoader.createClassDescriptors(MappingRoot mapping)
           
protected  void AbstractMappingLoader.createFieldHandlers(MappingRoot mapping)
          Load field handler definitions, check for duplicate definitions and instantiate the appropriate FieldHandler implementations.
abstract  void AbstractMappingLoader.loadMapping(MappingRoot mapping, Object param)
          Loads the mapping from the specified mapping object if not loaded previously.
 

Uses of MappingRoot in org.exolab.castor.mapping.xml
 

Methods in org.exolab.castor.mapping.xml that return MappingRoot
static MappingRoot MappingRoot.unmarshal(Reader reader)
          Method unmarshal.
 

Uses of MappingRoot in org.exolab.castor.xml
 

Methods in org.exolab.castor.xml with parameters of type MappingRoot
 void XMLMappingLoader.loadMapping(MappingRoot mapping, Object param)
          Loads the mapping from the specified mapping object if not loaded previously.
 



Copyright © 2010. All Rights Reserved.