|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectsigmlstream.xml.XMLUnitDOMBuilder
public class XMLUnitDOMBuilder
A converter that can generate a DOM document from a suitable sequence
of XMLUnitEvents.
| Constructor Summary | |
|---|---|
XMLUnitDOMBuilder()
Constructs a new builder. |
|
| Method Summary | |
|---|---|
org.w3c.dom.Document |
buildDocument(java.util.ArrayList<XMLUnitEvent> uevts)
Builds and returns a new DOM document for the given sequence of XMLUnitEvents, printing an error message on standard output
and returning null in case of failure. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XMLUnitDOMBuilder()
throws javax.xml.transform.TransformerException
javax.xml.transform.TransformerException| Method Detail |
|---|
public org.w3c.dom.Document buildDocument(java.util.ArrayList<XMLUnitEvent> uevts)
XMLUnitEvents, printing an error message on standard output
and returning null in case of failure.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||