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