Package org.outerj.daisy.diff.output
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:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
generateOutput
(TagNode node) Parses a Node Tree and produces an output format.
-
Method Details
-
generateOutput
Parses a Node Tree and produces an output format.- Parameters:
node
- Root not of the tree- Throws:
SAXException
- something went wrong with parsing.
-