Package org.outerj.daisy.diff.html
Class HtmlSaxDiffOutput
java.lang.Object
org.outerj.daisy.diff.html.HtmlSaxDiffOutput
- All Implemented Interfaces:
DiffOutput
Takes a branch root and creates an HTML file for it.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
generateOutput
(TagNode node) Parses a Node Tree and produces an output format.
-
Constructor Details
-
HtmlSaxDiffOutput
-
-
Method Details
-
generateOutput
Parses a Node Tree and produces an output format.- Specified by:
generateOutput
in interfaceDiffOutput
- Parameters:
node
- Root not of the tree- Throws:
SAXException
- something went wrong with parsing.
-