Package | Description |
---|---|
sigmlstream.xml |
Modifier and Type | Class and Description |
---|---|
class |
EndDocumentEvent
An "end document" XML unit event.
|
class |
EndElementEvent
An "end element" XML unit event.
|
class |
StartDocumentEvent
A "start document" XML unit event.
|
class |
StartElementEvent
A "start element" XML unit event.
|
Modifier and Type | Method and Description |
---|---|
org.w3c.dom.Document |
XMLUnitDOMBuilder.buildDocument(java.util.ArrayList<XMLUnitEvent> uevts)
Builds and returns a new DOM document for the given sequence of
XMLUnitEvent s, printing an error message on standard output
and returning null in case of failure. |
void |
XMLUnitStreamHandler.notifyXMLUnit(java.util.ArrayList<XMLUnitEvent> uevt)
Notifies this handler that the next XML unit is as described by
the given list of unit events.
|
Constructor and Description |
---|
XMLUnitReader(org.xml.sax.InputSource fixsrc,
java.util.ArrayList<XMLUnitEvent> events)
Constructs a new XML unit reader, using the given sequence of events
as its source, and using the given dummy input source to validate
the reader's client on subsequent
XMLUnitReader.parse(InputSource) calls. |