Class HtmlSaxDiffOutput

  • All Implemented Interfaces:
    DiffOutput

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

      • 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.