| ConfluenceHtmlSaxDiffOutput | 
 
 Takes a branch root and creates an HTML file for it. 
 | 
| ContextBlockMarkingDiffPostProcessor | 
 
 A DiffPostProcessor that will mark blocks of content around the diff to aid the identification of context. 
 | 
| DaisyHtmlDiffer | 
 Daisy HTML diff implementation. 
 | 
| DiffContextConfiguration | 
  | 
| MacroIconInsertingPostProcessor | 
 Adds icons and friendly titles to diff headers in macros. 
 | 
| StripDaisyDiffDataPostProcessor | 
 Strips daisydiff specific attributes from document. 
 | 
| StripEmptySpansDiffPostProcessor | 
 CONFDEV-6604 A DiffPostProcessor that removes any empty span elements from the document, since these are invalid html and make
 IE8 fail to render the page correctly. 
 | 
| StripToContextDiffPostProcessor | 
 A DiffPostProcessor that will return a document containing only the blocks of content that are either containing a diff or are
 context for a diff. 
 | 
| WikiConvertingHtmlDiffer | 
A Differ implementation that will inspect the  BodyType of the content being diff'd and convert
 any wiki content to HTML prior to diffing using the supplied DaisyHtmlDiffer delegate.  
 | 
| XSLDiffPostProcessor | 
 A DiffPostProcessor that will apply a configured XSL stylesheet to the Document. 
 |