net.sf.fikin.xml.sax.events
Class ErrorHandlerEvent

java.lang.Object
  extended by net.sf.fikin.xml.sax.events.AbstractEvent
      extended by net.sf.fikin.xml.sax.events.ErrorHandlerEvent
Direct Known Subclasses:
ErrorEvent, FatalErrorEvent, WarningEvent

public abstract class ErrorHandlerEvent
extends AbstractEvent

Base for all ContentHandler SAX events created on Aug 17, 2006

Since:
Version:
$Revision: 1.2 $
Author:
fiykov

Field Summary
protected  org.xml.sax.SAXParseException exception
          exception reference object
 
Constructor Summary
ErrorHandlerEvent(org.xml.sax.SAXParseException exception)
           
 
Method Summary
abstract  void emmit(org.xml.sax.ErrorHandler handler)
          emmit SAX event to provided handler
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

exception

protected org.xml.sax.SAXParseException exception
exception reference object

Constructor Detail

ErrorHandlerEvent

public ErrorHandlerEvent(org.xml.sax.SAXParseException exception)
Method Detail

emmit

public abstract void emmit(org.xml.sax.ErrorHandler handler)
                    throws org.xml.sax.SAXException
emmit SAX event to provided handler

Parameters:
handler - receiving the event
Throws:
org.xml.sax.SAXException


Copyright © 2003-2007 Nikolay Fiykov. All Rights Reserved.