com.topologi.diffx.format
Interface XMLDiffXFormatter
- All Superinterfaces:
- DiffXFormatter
- All Known Implementing Classes:
- SmartXMLFormatter, StrictXMLFormatter
- public interface XMLDiffXFormatter
- extends DiffXFormatter
An interface for formatting the output of the Diff-X algorithm as XML.
This interface defines some additional methods that are specific to XML.
- Version:
- 15 December 2004
- Author:
- Christophe Lauret
|
Method Summary |
void |
setWriteXMLDeclaration(boolean show)
Set whether the formatter should include the XML declaration or not. |
setWriteXMLDeclaration
public void setWriteXMLDeclaration(boolean show)
- Set whether the formatter should include the XML declaration or not.
- Parameters:
show - true to get the formatter to write the XML declaration;
false otherwise.