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

Packages that use Parser
org.objectweb.jorm.api   
org.objectweb.jorm.comp.compiler.lib   
org.objectweb.jorm.runtime   
org.objectweb.jorm.xml2mi.lib   
 

Uses of Parser in org.objectweb.jorm.api
 

Methods in org.objectweb.jorm.api with parameters of type Parser
 void PMapper.setParser(Parser p)
          It assigns a Parser that may be used to create the meta-information associated to JORM classes mapped within this PMapper.
 

Uses of Parser in org.objectweb.jorm.comp.compiler.lib
 

Fields in org.objectweb.jorm.comp.compiler.lib declared as Parser
protected  Parser BasicCompiler.parser
          parser object is able to parse XML files and build an internal representation of its content.
 

Uses of Parser in org.objectweb.jorm.runtime
 

Methods in org.objectweb.jorm.runtime with parameters of type Parser
 void Mapper.setParser(Parser p)
          It assigns a Parser that may be used to create the meta-information associated to JORM classes mapped within this PMapper.
 

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

Classes in org.objectweb.jorm.xml2mi.lib that implement Parser
 class BasicDomParser
          The BasicDomParser class implements the Parser interface.