Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.xpmtl.handler
Interface HTMLHandler  view HTMLHandler download HTMLHandler.java

All Known Implementing Classes:
HTMLHandlerAdapter

public interface HTMLHandler

This interface is based on the org.xml.sax.helpers.DefaultHandler


Method Summary
 void endDocument(java.util.Vector listElements)
           
 void endElement(org.xpmtl.data.Element elem)
           
 void fatalError(java.lang.Exception e)
           
 void startDocument()
           
 void startElement(org.xpmtl.data.Tag aTag)
           
 void warning(java.lang.Exception e)
           
 

Method Detail

endDocument

public void endDocument(java.util.Vector listElements)
                 throws org.xpmtl.parser.ParsingException

endElement

public void endElement(org.xpmtl.data.Element elem)
                throws org.xpmtl.parser.ParsingException

fatalError

public void fatalError(java.lang.Exception e)

startDocument

public void startDocument()
                   throws org.xpmtl.parser.ParsingException

startElement

public void startElement(org.xpmtl.data.Tag aTag)
                  throws org.xpmtl.parser.ParsingException

warning

public void warning(java.lang.Exception e)