|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsigmlstream.xml.StartDocumentEvent
public final class StartDocumentEvent
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 |
---|
public StartDocumentEvent()
Method Detail |
---|
public void feedToContentHandler(org.xml.sax.ContentHandler chdlr) throws org.xml.sax.SAXException
startDocument()
method.
feedToContentHandler
in interface XMLUnitEvent
org.xml.sax.SAXException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |