Package com.topologi.diffx.format

Classes for formatting and text processing.

See:
          Description

Interface Summary
DiffXFormatter An interface for formatting the output of the Diff-X algorithm.
XMLDiffXFormatter An interface for formatting the output of the Diff-X algorithm as XML.
 

Class Summary
BasicXMLFormatter A XML formatter that simply uses a different namespace for any inserted or modified node.
ConvenientXMLFormatter A XML formatter that provides a convenient XML formatting.
MultiplexFormatter A formatter which can relay the method calls to multiple formatters.
SafeXMLFormatter An XML formatter that tries to ensure that the output XML will be well-formed.
ShortStringFormatter A simple formatter to write the short string version of the events.
SmartXMLFormatter An XML formatter that tries to rectify the errors affecting the well-formedness of the XML.
StrictXMLFormatter A simple XML formatter that writes strictly what it is given.
 

Package com.topologi.diffx.format Description

Classes for formatting and text processing.