Class HtmlSaxDiffOutput

java.lang.Object
org.outerj.daisy.diff.html.HtmlSaxDiffOutput
All Implemented Interfaces:
DiffOutput

public class HtmlSaxDiffOutput extends Object implements DiffOutput
Takes a branch root and creates an HTML file for it.
  • Constructor Details

  • Method Details

    • generateOutput

      public void generateOutput(TagNode node) throws SAXException
      Parses a Node Tree and produces an output format.
      Specified by:
      generateOutput in interface DiffOutput
      Parameters:
      node - Root not of the tree
      Throws:
      SAXException - something went wrong with parsing.