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

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

Uses of Parser in org.objectweb.jorm.api
 

Methods in org.objectweb.jorm.api that return Parser
 Parser JormConfigurator.getParser()
          Gets the parser to be used by JORM.
 

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

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

Uses of Parser in org.objectweb.jorm.lib
 

Methods in org.objectweb.jorm.lib that return Parser
 Parser JormConfiguratorImpl.getParser()
          Gets the parser to be used by JORM.
 

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.