Interface TextDiffer

All Known Implementing Classes:
TagDiffer

public interface TextDiffer
Interface for classes that are interested in the tag-like result structure as produced by DaisyDiff.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    diff(IAtomSplitter leftComparator, IAtomSplitter rightComparator)
    Compares two Node Trees.
  • Method Details

    • diff

      void diff(IAtomSplitter leftComparator, IAtomSplitter rightComparator) throws Exception
      Compares two Node Trees.
      Parameters:
      leftComparator - Root of the first tree.
      rightComparator - Root of the second tree.
      Throws:
      Exception - something went wrong with parsing of the trees.