|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atlassian.confluence.diff.StripDaisyDiffDataPostProcessor
public class StripDaisyDiffDataPostProcessor
Strips daisydiff specific attributes from document. ie data-daisydiff-previous="first-diff" Note that his mutates the Document rather than making a copy.
Constructor Summary | |
---|---|
StripDaisyDiffDataPostProcessor()
|
Method Summary | |
---|---|
org.jdom.Document |
process(org.jdom.Document document)
Perform some process on the supplied JDOM Document. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StripDaisyDiffDataPostProcessor()
Method Detail |
---|
public org.jdom.Document process(org.jdom.Document document)
DiffPostProcessor
Perform some process on the supplied JDOM Document. The result of the process should be self contained with any exceptions being caught and a Document returned.
It is expected that an implementation will make changes to the supplied Document parameter although this is not necessary since the result of the call is the input to the next stage.
process
in interface DiffPostProcessor
document
- the Document from a previous step in the Diff generation process.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |