Uses of Class
org.openpreservation.odf.pkg.PackageParser.ParseException
Packages that use PackageParser.ParseException
Package
Description
-
Uses of PackageParser.ParseException in org.openpreservation.odf.pkg
Methods in org.openpreservation.odf.pkg that throw PackageParser.ParseExceptionModifier 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
Methods in org.openpreservation.odf.validation that throw PackageParser.ParseExceptionModifier 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
Methods in org.openpreservation.odf.validation.rules that throw PackageParser.ParseException