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

Packages that use MappingRoot
org.castor.mapping   
org.exolab.castor.builder Castor XML code generator 
org.exolab.castor.jdo.engine Implementation of the Castor JDO engine. 
org.exolab.castor.mapping The Class Mapping API 
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 
 

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.builder
 

Methods in org.exolab.castor.builder that return MappingRoot
 MappingRoot SGStateInfo.getMapping(String filename)
          Returns the Mapping file associated with the given filename.
 

Methods in org.exolab.castor.builder with parameters of type MappingRoot
 void SGStateInfo.setMapping(String filename, MappingRoot mapping)
          Sets the Mapping file associated with the given filename.
 

Uses of MappingRoot in org.exolab.castor.jdo.engine
 

Methods in org.exolab.castor.jdo.engine with parameters of type MappingRoot
 void JDOMappingLoader.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
 

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 © 2012. All Rights Reserved.