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