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

java.lang.Object
  extended by net.sf.fikin.xml.sax.events.AbstractEvent
      extended by net.sf.fikin.xml.sax.events.LexicalHandlerEvent
Direct Known Subclasses:
CommentEvent, EndCDataEvent, EndDTDEvent, EndEntityEvent, StartCDataEvent, StartDTDEvent, StartEntityEvent

public abstract class LexicalHandlerEvent
extends AbstractEvent

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

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

Constructor Summary
LexicalHandlerEvent()
           
 
Method Summary
abstract  void emmit(org.xml.sax.ext.LexicalHandler 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
 

Constructor Detail

LexicalHandlerEvent

public LexicalHandlerEvent()
Method Detail

emmit

public abstract void emmit(org.xml.sax.ext.LexicalHandler 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.