info.informatica.html
Interface HTMLEventHandler

All Known Implementing Classes:
DefaultHTMLEventHandler

public interface HTMLEventHandler

Event handler.

Version:
1.01
Author:
amengual at informatica dot info

Method Summary
 void characters(char[] chardata, int start)
           
 void endDocument()
           
 void endElement(String name)
           
 void endXElement(HTMLTag tag)
           
 void error(String offending)
           
 void ignorableWhitespace(char[] ch, int start)
           
 void startDocument()
           
 void startElement(HTMLTag tag)
           
 

Method Detail

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