sigmlstream.xml
Class StartDocumentEvent

java.lang.Object
  extended by sigmlstream.xml.StartDocumentEvent
All Implemented Interfaces:
XMLUnitEvent

public final class StartDocumentEvent
extends java.lang.Object
implements XMLUnitEvent

A "start document" XML unit event.


Constructor Summary
StartDocumentEvent()
          Constructs a new "start document" XML unit event.
 
Method Summary
 void feedToContentHandler(org.xml.sax.ContentHandler chdlr)
          Announces this event to the given SAX content handler by invoking its startDocument() method.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StartDocumentEvent

public StartDocumentEvent()
Constructs a new "start document" XML unit event.

Method Detail

feedToContentHandler

public void feedToContentHandler(org.xml.sax.ContentHandler chdlr)
                          throws org.xml.sax.SAXException
Announces this event to the given SAX content handler by invoking its startDocument() method.

Specified by:
feedToContentHandler in interface XMLUnitEvent
Throws:
org.xml.sax.SAXException