Package org.openpreservation.odf.pkg
Interface OdfPackageDocument
- All Superinterfaces:
OdfDocument
-
Method Summary
Modifier and TypeMethodDescriptionReturns the manifest file entry for the package document.getXmlDocument
(String path) Returns the XML document for the supplied path.Returns the map of all XML documents in the package document.Methods inherited from interface org.openpreservation.odf.document.OdfDocument
getDocumentType, getMetadata, getVersion, getXmlDocument
-
Method Details
-
getXmlDocumentMap
Map<String,OdfXmlDocument> getXmlDocumentMap()Returns the map of all XML documents in the package document.- Returns:
- the map of all of the XML documents in the package document, the key is the file name.
-
getXmlDocument
Returns the XML document for the supplied path.- Parameters:
path
- the path to the XML document.- Returns:
- the XML document for the supplied path.
-
getFileEntry
FileEntry getFileEntry()Returns the manifest file entry for the package document.- Returns:
- the documents manifest file entry.
-