Uses of Class
org.custommonkey.xmlunit.Transform
-
Packages that use Transform Package Description org.custommonkey.xmlunit Root of the XMLUnit 1.x compatibility layer. -
-
Uses of Transform in org.custommonkey.xmlunit
Methods in org.custommonkey.xmlunit that return Transform Modifier and Type Method Description static TransformXMLUnit. getStripCommentsTransform(Document forDocument)Obtain the transformation that will strip comments from a DOM.static TransformXMLUnit. getStripWhitespaceTransform(Document forDocument)Obtain the transformation that will strip whitespace from a DOM containing empty Text nodesConstructors in org.custommonkey.xmlunit with parameters of type Transform Constructor Description Diff(String control, Transform testTransform)Construct a Diff that compares the XML in a control Document against the result of a transformation
-