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
-
ClassDescriptionIndicates that the check was cancelled according to the
CancellationPolicy.Provides a pre-configured pipeline for document conversion validation.Monitors the progress of a Check.An abstract representation ofChecker.check(CheckerInput, CheckerInput)output.Indicates a problem while checking the content equality.A representation of a DITA Map input file.A representation of a Microsoft Word input file with a ".docx" extension.A representation of an XML input file.