public final class EndDocumentEvent extends java.lang.Object implements XMLUnitEvent
Constructor and Description |
---|
EndDocumentEvent()
Constructs a new "end document" XML unit event.
|
Modifier and Type | Method and Description |
---|---|
void |
feedToContentHandler(org.xml.sax.ContentHandler chdlr)
Announces this event to the given SAX content handler by invoking
its
endDocument() method. |
public EndDocumentEvent()
public void feedToContentHandler(org.xml.sax.ContentHandler chdlr) throws org.xml.sax.SAXException
endDocument()
method.feedToContentHandler
in interface XMLUnitEvent
org.xml.sax.SAXException