Deprecated API


Contents
Deprecated Classes
org.custommonkey.xmlunit.CountingNodeTester
          Use CountingNodeTester instead. 
 

Deprecated Methods
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 
 

Deprecated Constructors
org.custommonkey.xmlunit.Validator(InputSource, boolean)
          Use the protected three arg constructor instead. 
 


XMLUnit is hosted by sourceforge.net