com.atlassian.confluence.diff
Class ConfluenceHtmlSaxDiffOutput

java.lang.Object
  extended by com.atlassian.confluence.diff.ConfluenceHtmlSaxDiffOutput
All Implemented Interfaces:
org.outerj.daisy.diff.output.DiffOutput

public class ConfluenceHtmlSaxDiffOutput
extends Object
implements org.outerj.daisy.diff.output.DiffOutput

Takes a branch root and creates an HTML file for it.


Constructor Summary
ConfluenceHtmlSaxDiffOutput(ContentHandler handler, String name)
           
 
Method Summary
 void generateOutput(org.outerj.daisy.diff.html.dom.TagNode node)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfluenceHtmlSaxDiffOutput

public ConfluenceHtmlSaxDiffOutput(ContentHandler handler,
                                   String name)
Method Detail

generateOutput

public void generateOutput(org.outerj.daisy.diff.html.dom.TagNode node)
                    throws SAXException

Specified by:
generateOutput in interface org.outerj.daisy.diff.output.DiffOutput
Throws:
SAXException


Copyright © 2003-2012 Atlassian. All Rights Reserved.