Interface ValidatingParser

All Superinterfaces:
PackageParser

public interface ValidatingParser extends PackageParser
  • Method Details

    • validatePackage

      ValidationReport validatePackage(OdfPackage odfPackage) throws IOException
      Validates the given ODF package.
      Parameters:
      odfPackage - the ODF Package to validate, this must not be null
      Returns:
      a ValidationReport containing the results of the validation
      Throws:
      IOException - if there's a problem reading package elements from the zip file.