|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface XMLDiffXFormatter
An interface for formatting the output of the Diff-X algorithm as XML.
This interface defines some additional methods that are specific to XML.
| Method Summary | |
|---|---|
void |
declarePrefixMapping(PrefixMapping mapping)
Adds the specified prefix mapping to the formatter so that they can be dclared when needed. |
void |
setWriteXMLDeclaration(boolean show)
Set whether the formatter should include the XML declaration or not. |
| Methods inherited from interface com.topologi.diffx.format.DiffXFormatter |
|---|
delete, format, insert, setConfig |
| Method Detail |
|---|
void setWriteXMLDeclaration(boolean show)
show - true to get the formatter to write the XML declaration;
false otherwise.void declarePrefixMapping(PrefixMapping mapping)
mapping - The prefix mapping to add.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||