Package com.deltaxml.deltacheck


package com.deltaxml.deltacheck
DeltaNova Check API

This package provides classes for checking the presence of content between two documents in different formats.

The Checker class allows you to submit two inputs representing the same document in different formats. Calling Checker.check(CheckerInput, CheckerInput) returns an instance of CheckerResult which indicates whether all the content is present and generates a Change Report listing places where changes exist.

Since:
0.1
Author:
Michael Polowczuk