|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.enhydra.xml.xmlc.html.parsers.HTMLParserBase
Abstract class used to constructor XMLCParser objects for HTML. Methods in this class are the only ones that do DOM implementation- specific operations.
Constructor Summary | |
HTMLParserBase()
|
Method Summary | |
protected void |
addPCDataContentElements(XMLCDocument xmlcDocument)
Add elements that have #PCDATA as part of its content model to the XMLCDocument description. |
protected void |
handleParseErrors(ErrorReporter reporter)
Generate error exception for parse errors. |
protected void |
validateConf(ParserType parserType,
MetaData metaData)
Common validation of configuration. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.enhydra.xml.xmlc.parsers.XMLCParser |
parse |
Constructor Detail |
public HTMLParserBase()
Method Detail |
protected void validateConf(ParserType parserType, MetaData metaData) throws XMLCException
XMLCException
protected void handleParseErrors(ErrorReporter reporter) throws XMLCException
XMLCException
protected void addPCDataContentElements(XMLCDocument xmlcDocument)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |