public class HtmlSaxDiffOutput extends Object implements DiffOutput
| Constructor and Description |
|---|
HtmlSaxDiffOutput(ContentHandler handler,
String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
generateOutput(TagNode node)
Parses a Node Tree and produces an output format.
|
public HtmlSaxDiffOutput(ContentHandler handler, String name)
public void generateOutput(TagNode node) throws SAXException
generateOutput in interface DiffOutputnode - Root not of the treeSAXException - something went wrong with parsing.Copyright © 2022. All rights reserved.