textbender.g.xml.sax
Interface SAXEvent

All Known Implementing Classes:
CharactersEvent, CommentEvent, EndElementEvent, IgnorableWhitespaceEvent, StartElementEvent

public interface SAXEvent

Persistent capture of a SAX event.


Method Summary
 void send(ContentHandler handler)
          Sends this event to the specified content handler.
 

Method Detail

send

void send(ContentHandler handler)
          throws SAXException
Sends this event to the specified content handler.

Throws:
ClassCastException - if the event is an extended one (defined by org.xml.sax.ext.LexicalHandler, such as textbender.g.xml.sax.ext.CommentEvent) but the supplied handler is not a LexicalHandler
SAXException