Interface DiffProvider

    • Method Detail

      • makeDiffHtml

        java.lang.String makeDiffHtml​(Context context,
                                      java.lang.String oldWikiText,
                                      java.lang.String newWikiText)
        The return string is to be XHTML compliant ready to display html. No further processing of this text will be done by the wiki engine.
        Parameters:
        context - The Wiki Context
        oldWikiText - the old text
        newWikiText - the new text
        Returns:
        An XHTML diff.