info.informatica.html
Class DefaultHTMLEventHandler
java.lang.Object
info.informatica.html.DefaultHTMLEventHandler
- All Implemented Interfaces:
- HTMLEventHandler
public class DefaultHTMLEventHandler
- extends Object
- implements HTMLEventHandler
DefaultHTMLEventHandler
public DefaultHTMLEventHandler()
characters
public void characters(char[] chardata,
int start)
- Specified by:
characters in interface HTMLEventHandler
endDocument
public void endDocument()
throws HTMLParsingException
- Specified by:
endDocument in interface HTMLEventHandler
- Throws:
HTMLParsingException
error
public void error(String offending)
throws HTMLParsingException
- Specified by:
error in interface HTMLEventHandler
- Throws:
HTMLParsingException
ignorableWhitespace
public void ignorableWhitespace(char[] ch,
int start)
- Specified by:
ignorableWhitespace in interface HTMLEventHandler
startDocument
public void startDocument()
- Specified by:
startDocument in interface HTMLEventHandler
startElement
public void startElement(HTMLTag tag)
throws HTMLParsingException
- Specified by:
startElement in interface HTMLEventHandler
- Throws:
HTMLParsingException
endXElement
public void endXElement(HTMLTag tag)
throws HTMLParsingException
- Specified by:
endXElement in interface HTMLEventHandler
- Throws:
HTMLParsingException
endElement
public void endElement(String name)
throws HTMLParsingException
- Specified by:
endElement in interface HTMLEventHandler
- Throws:
HTMLParsingException