|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
Methods in org.objectweb.jorm.api with parameters of type Parser | |
void |
JormConfigurator.configureParser(Parser p,
java.util.ArrayList dtdlocs,
PathExplorer pe,
Manager miman)
Configures the parser associated with either a JORM compiler or a simple mapper. |
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. |
Methods in org.objectweb.jorm.lib with parameters of type Parser | |
void |
JormConfiguratorImpl.configureParser(Parser parser,
java.util.ArrayList dtdlocs,
PathExplorer pe,
Manager miman)
Configures the parser associated with either a JORM compiler or a simple mapper. |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |