|
|||||||||
| Home >> All >> org >> xpmtl >> [ handler overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.xpmtl.handler
Interface HTMLHandler

- 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)
|
|||||||||
| Home >> All >> org >> xpmtl >> [ handler overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC