info.informatica.html
Interface HTMLEventHandler
- All Known Implementing Classes:
- DefaultHTMLEventHandler
public interface HTMLEventHandler
Event handler.
- Version:
- 1.01
- Author:
- amengual at informatica dot info
startDocument
void startDocument()
endDocument
void endDocument()
throws HTMLParsingException
- Throws:
HTMLParsingException
characters
void characters(char[] chardata,
int start)
ignorableWhitespace
void ignorableWhitespace(char[] ch,
int start)
startElement
void startElement(HTMLTag tag)
throws HTMLParsingException
- Throws:
HTMLParsingException
endElement
void endElement(String name)
throws HTMLParsingException
- Throws:
HTMLParsingException
endXElement
void endXElement(HTMLTag tag)
throws HTMLParsingException
- Throws:
HTMLParsingException
error
void error(String offending)
throws HTMLParsingException
- Throws:
HTMLParsingException