Uses of Interface
com.topologi.diffx.format.XMLDiffXFormatter

Packages that use XMLDiffXFormatter
com.topologi.diffx.format Classes for formatting and text processing. 
 

Uses of XMLDiffXFormatter in com.topologi.diffx.format
 

Classes in com.topologi.diffx.format that implement XMLDiffXFormatter
 class BasicXMLFormatter
          A XML formatter that simply uses a different namespace for any inserted or modified node.
 class ConvenientXMLFormatter
          A XML formatter that provides a convenient XML formatting.
 class SafeXMLFormatter
          An XML formatter that tries to ensure that the output XML will be well-formed.
 class SmartXMLFormatter
          An XML formatter that tries to rectify the errors affecting the well-formedness of the XML.
 class StrictXMLFormatter
          A simple XML formatter that writes strictly what it is given.