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

Quick Search    Search Deep

org.xpmtl.handler
Class HTMLHandlerAdapter  view HTMLHandlerAdapter download HTMLHandlerAdapter.java

java.lang.Object
  extended byorg.xpmtl.handler.HTMLHandlerAdapter
All Implemented Interfaces:
HTMLHandler

class HTMLHandlerAdapter
extends java.lang.Object
implements HTMLHandler


Field Summary
 org.xpmtl.data.Element m_EndElement
           
 java.lang.Exception m_FatalError
           
 java.util.Vector m_ListElements
           
 boolean m_StartDocument
           
 org.xpmtl.data.Tag m_Tag
           
 java.lang.Exception m_Warning
           
 
Constructor Summary
(package private) HTMLHandlerAdapter()
           
 
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

HTMLHandlerAdapter

HTMLHandlerAdapter()
Method Detail

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