Uses of Interface
org.openpreservation.odf.pkg.OdfPackage
Package
Description
-
Uses of OdfPackage in org.openpreservation.odf.document
Modifier and TypeMethodDescriptionOpenDocument.getPackage()
Get the ODF Package for the OpenDocument, this will be null for a single XML file.Modifier and TypeMethodDescriptionstatic final OpenDocument
Documents.openDocumentOf
(Path path, OdfPackage pkg) -
Uses of OdfPackage 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 OdfPackage in org.openpreservation.odf.validation
Modifier and TypeMethodDescriptionValidatingParser.validatePackage
(Path path, OdfPackage odfPackage) Validates the given ODF package.