sigmlstream.xml
Interface XMLUnitEvent

All Known Implementing Classes:
EndDocumentEvent, EndElementEvent, StartDocumentEvent, StartElementEvent

public interface XMLUnitEvent

Interface characterizing an arbitrary XML unit event.


Method Summary
 void feedToContentHandler(org.xml.sax.ContentHandler chdlr)
          Causes this XML unit event to announce itself to the given SAX content handler.
 

Method Detail

feedToContentHandler

void feedToContentHandler(org.xml.sax.ContentHandler chdlr)
                          throws org.xml.sax.SAXException
Causes this XML unit event to announce itself to the given SAX content handler.

Throws:
org.xml.sax.SAXException