Modifier and Type | Class and Description |
---|---|
class |
ParserHandler
Handles events sent from the
Parser class. |
Modifier and Type | Field and Description |
---|---|
private IParserHandler |
Parser._handler
Handler which receives events from the parser.
|
Modifier and Type | Method and Description |
---|---|
void |
Parser.parse(File inputFile,
IParserHandler handler)
Parses the HTML file and converts it using the particular handler.
|