public interface XMLUnitStreamHandler
Modifier and Type | Method and Description |
---|---|
void |
notifyBeginXMLUnitStream()
Notifies this handler that the sequence of XML unit descriptors is
about to start.
|
void |
notifyEndXMLUnitStream()
Notifies this handler that the stream of XML unit descriptors is
now complete.
|
void |
notifyXMLUnit(java.util.ArrayList<XMLUnitEvent> uevt)
Notifies this handler that the next XML unit is as described by
the given list of unit events.
|
void notifyBeginXMLUnitStream()
void notifyXMLUnit(java.util.ArrayList<XMLUnitEvent> uevt)
void notifyEndXMLUnitStream()