org.eclipse.actf.model.dom.html.dochandler
Class PREHandler
java.lang.Object
   org.eclipse.actf.model.dom.html.dochandler.DefaultDocumentHandler
org.eclipse.actf.model.dom.html.dochandler.DefaultDocumentHandler
       org.eclipse.actf.model.dom.html.dochandler.PREHandler
org.eclipse.actf.model.dom.html.dochandler.PREHandler
- All Implemented Interfaces: 
- DocumentHandler
- public class PREHandler 
- extends DefaultDocumentHandler
| Constructor Summary | 
| PREHandler(org.eclipse.actf.model.internal.dom.html.parser.HTMLParser parser)
 | 
 
| Method Summary | 
|  void | endElement(String name)Just forwards this method invokation with
 locatorto the
 next handler. | 
|  void | startElement(String name,
             AttributeList atts)Just forwards this method invokation with
 locatorto the
 next handler. | 
 
 
 
PREHandler
public PREHandler(org.eclipse.actf.model.internal.dom.html.parser.HTMLParser parser)
startElement
public void startElement(String name,
                         AttributeList atts)
                  throws SAXException
- Description copied from class: DefaultDocumentHandler
- Just forwards this method invokation with locatorto the
 next handler.
 
- 
- Specified by:
- startElementin interface- DocumentHandler
- Overrides:
- startElementin class- DefaultDocumentHandler
 
- 
- Throws:
- SAXException
 
endElement
public void endElement(String name)
                throws SAXException
- Description copied from class: DefaultDocumentHandler
- Just forwards this method invokation with locatorto the
 next handler.
 
- 
- Specified by:
- endElementin interface- DocumentHandler
- Overrides:
- endElementin class- DefaultDocumentHandler
 
- 
- Throws:
- SAXException