java.lang.Object
org.xpmtl.handler.HTMLHandlerAdapter
- All Implemented Interfaces:
- HTMLHandler
- class HTMLHandlerAdapter
- extends java.lang.Object
- implements HTMLHandler
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
m_StartDocument
public boolean m_StartDocument
m_ListElements
public java.util.Vector m_ListElements
m_FatalError
public java.lang.Exception m_FatalError
m_Warning
public java.lang.Exception m_Warning
m_EndElement
public org.xpmtl.data.Element m_EndElement
m_Tag
public org.xpmtl.data.Tag m_Tag
HTMLHandlerAdapter
HTMLHandlerAdapter()
fatalError
public void fatalError(java.lang.Exception e)
- Specified by:
fatalError in interface HTMLHandler
endDocument
public void endDocument(java.util.Vector listElements)
throws org.xpmtl.parser.ParsingException
- Specified by:
endDocument in interface HTMLHandler
endElement
public void endElement(org.xpmtl.data.Element elem)
throws org.xpmtl.parser.ParsingException
- Specified by:
endElement in interface HTMLHandler
startElement
public void startElement(org.xpmtl.data.Tag aTag)
throws org.xpmtl.parser.ParsingException
- Specified by:
startElement in interface HTMLHandler
startDocument
public void startDocument()
throws org.xpmtl.parser.ParsingException
- Specified by:
startDocument in interface HTMLHandler
warning
public void warning(java.lang.Exception e)
- Specified by:
warning in interface HTMLHandler