|
jInfer | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RepairedXMLGenerator
Interface of a RepairedXMLGenerator module.
Repaired XML Generator is the last module in the repair process. Its task is to transform the repaired XML tree into a textual XML representation. After the XML is created, it is sent to the RepairRunner module via the callback.
| Method Summary | |
|---|---|
void |
start(List<RXMLTree> repairedTrees,
RepairedXMLGeneratorCallback callback)
Start the XML export process. |
| Method Detail |
|---|
void start(List<RXMLTree> repairedTrees,
RepairedXMLGeneratorCallback callback)
throws InterruptedException
repairedTrees - Repaired XML trees to be exported as XML data.callback - A callback object. After the XML data is created, it must be
returned to the caller by invoking the finished()
method on this object.
InterruptedException
|
jInfer | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||