Interface DiffOutput

  • All Known Implementing Classes:
    HtmlSaxDiffOutput

    public interface DiffOutput
    Interface for classes that need to process the result from the tree-like represenation of the output.
    See Also:
    HtmlSaxDiffOutput
    • Method Detail

      • generateOutput

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