Uses of Class
org.openpreservation.odf.pkg.PackageParser.ParseException
Package
Description
-
Uses of PackageParser.ParseException in org.openpreservation.odf.pkg
Modifier and TypeMethodDescriptionPackageParser.parsePackage
(File toParse) Parse a Java File instance and return anOdfPackage
instance.PackageParser.parsePackage
(InputStream toParse, String name) Parse anInputStream
and return anOdfPackage
instance.PackageParser.parsePackage
(Path is) Resove and parse a systemPath
and return anOdfPackage
instance. -
Uses of PackageParser.ParseException in org.openpreservation.odf.validation
Modifier and TypeMethodDescriptionProfile.check
(OpenDocument document) Profile.check
(ValidationReport report) Rule.check
(OpenDocument document) Rule.check
(ValidationReport report) ValidatingParser.validatePackage
(Path path, OdfPackage odfPackage) Validates the given ODF package.Validator.validateSingleFormat
(File toValidate, Formats legal) Validator.validateSingleFormat
(Path toValidate, Formats legal) Validator.validateSpreadsheet
(File toValidate) Validator.validateSpreadsheet
(Path toValidate) -
Uses of PackageParser.ParseException in org.openpreservation.odf.validation.rules