|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParserType | |
org.enhydra.xml.xmlc.html.parsers | |
org.enhydra.xml.xmlc.metadata |
org.enhydra.xml.xmlc.metadata provides XMLC metadata support
classes. |
Uses of ParserType in org.enhydra.xml.xmlc.html.parsers |
Methods in org.enhydra.xml.xmlc.html.parsers with parameters of type ParserType | |
protected void |
HTMLParserBase.validateConf(ParserType parserType,
MetaData metaData)
Common validation of configuration. |
Uses of ParserType in org.enhydra.xml.xmlc.metadata |
Fields in org.enhydra.xml.xmlc.metadata declared as ParserType | |
static ParserType |
ParserType.XERCES
Constant for Xerces XML parser. |
static ParserType |
ParserType.TIDY
Constant for Tidy HTML parser. |
static ParserType |
ParserType.SWING
Constant for Swing HTML parser. |
Methods in org.enhydra.xml.xmlc.metadata that return ParserType | |
ParserType |
Parser.getName()
Get the parser to use. |
static ParserType |
ParserType.getType(String desiredType)
Get the object for the specified type. |
Methods in org.enhydra.xml.xmlc.metadata with parameters of type ParserType | |
void |
Parser.setName(ParserType value)
Set the parser to use. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |