Package | Description |
---|---|
org.custommonkey.xmlunit |
Root of the XMLUnit 1.x compatibility layer.
|
Modifier and Type | Method and Description |
---|---|
static Transform |
XMLUnit.getStripCommentsTransform(Document forDocument)
Obtain the transformation that will strip comments from a DOM.
|
static Transform |
XMLUnit.getStripWhitespaceTransform(Document forDocument)
Obtain the transformation that will strip whitespace from a DOM
containing empty Text nodes
|
Constructor and Description |
---|
Diff(String control,
Transform testTransform)
Construct a Diff that compares the XML in a control Document against the
result of a transformation
|
Copyright © 2001–2017 XMLUnit. All rights reserved.