Uses of Interface
org.objectweb.jorm.xml2mi.api.MappingParser

Packages that use MappingParser
org.objectweb.jorm.api   
org.objectweb.jorm.lib   
org.objectweb.jorm.mapper.fos.xml2mi   
org.objectweb.jorm.mapper.mem.xml2mi   
org.objectweb.jorm.mapper.rdb.xml2mi   
org.objectweb.jorm.xml2mi.api   
org.objectweb.jorm.xml2mi.lib   
 

Uses of MappingParser in org.objectweb.jorm.api
 

Methods in org.objectweb.jorm.api that return MappingParser
 MappingParser JormConfigurator.getMappingParser(java.lang.String mappername)
          Gets the parser associated with the given mapper for mapping infos.
 

Uses of MappingParser in org.objectweb.jorm.lib
 

Methods in org.objectweb.jorm.lib that return MappingParser
 MappingParser JormConfiguratorImpl.getMappingParser(java.lang.String mappername)
          Gets the parser associated with the given mapper for mapping infos.
 

Uses of MappingParser in org.objectweb.jorm.mapper.fos.xml2mi
 

Classes in org.objectweb.jorm.mapper.fos.xml2mi that implement MappingParser
 class FosParser
           
 

Uses of MappingParser in org.objectweb.jorm.mapper.mem.xml2mi
 

Classes in org.objectweb.jorm.mapper.mem.xml2mi that implement MappingParser
 class MemParser
           
 

Uses of MappingParser in org.objectweb.jorm.mapper.rdb.xml2mi
 

Classes in org.objectweb.jorm.mapper.rdb.xml2mi that implement MappingParser
 class RdbParser
          RdbParser only parses the relational mapping specification in order to build the corresponding Jorm meta information.
 

Uses of MappingParser in org.objectweb.jorm.xml2mi.api
 

Methods in org.objectweb.jorm.xml2mi.api that return MappingParser
 MappingParser Parser.getMappingParser(java.lang.String mapperName)
          Returns a MappingParser object.
 

Methods in org.objectweb.jorm.xml2mi.api with parameters of type MappingParser
 void Parser.addMappingParser(java.lang.String mappername, MappingParser mappingParser)
          Sets the parser which is able to parse the mapping part of the XML file.
 

Uses of MappingParser in org.objectweb.jorm.xml2mi.lib
 

Classes in org.objectweb.jorm.xml2mi.lib that implement MappingParser
 class BasicMappingParser
          ProxyParser is an implementation of the Parser interface.
 

Methods in org.objectweb.jorm.xml2mi.lib that return MappingParser
 MappingParser BasicDomParser.getMappingParser(java.lang.String mapperName)
          Returns a MappingParser object.
 

Methods in org.objectweb.jorm.xml2mi.lib with parameters of type MappingParser
 void BasicDomParser.addMappingParser(java.lang.String mapperName, MappingParser mappingParser)
          Adds a MappingParser object.