| Class and Description |
|---|
| org.custommonkey.xmlunit.CountingNodeTester
Use
CountingNodeTester instead. |
| Method and Description |
|---|
| org.custommonkey.xmlunit.DifferenceEngine.compareNodeList(NodeList, NodeList, int, DifferenceListener, ElementQualifier)
Use the version with List arguments instead
|
| org.custommonkey.xmlunit.XMLUnit.getControlParser()
use newControlParser()
|
| org.custommonkey.xmlunit.XMLUnit.getTestParser()
use newTestParser()
|
| org.custommonkey.xmlunit.DoctypeReader.replaceDoctype(StringBuffer, String, String)
this method is only here for BWC, it is no longer
used by this class
|
| Constructor and Description |
|---|
| org.custommonkey.xmlunit.Validator(InputSource, boolean)
Use the protected three arg constructor instead.
|