sigmlstream.xml
Class EndDocumentEvent

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

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

An "end document" XML unit event.


Constructor Summary
EndDocumentEvent()
          Constructs a new "end 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 endDocument() method.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EndDocumentEvent

public EndDocumentEvent()
Constructs a new "end 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 endDocument() method.

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