Uses of Interface
org.openpreservation.odf.xml.OdfXmlDocument
Package
Description
-
Uses of OdfXmlDocument in org.openpreservation.odf.document
Modifier and TypeMethodDescriptionOdfDocument.getXmlDocument()
Returns the ODF Xml Document instance with the details of the parsed document.Modifier and TypeMethodDescriptionstatic final OdfDocument
Documents.odfDocumentOf
(OdfXmlDocument xmlDocument, Metadata metadata) -
Uses of OdfXmlDocument in org.openpreservation.odf.pkg
Modifier and TypeMethodDescriptionOdfPackageDocument.getXmlDocument
(String path) Returns the XML document for the supplied path.Modifier and TypeMethodDescriptionOdfPackageDocument.getXmlDocumentMap()
Returns the map of all XML documents in the package document. -
Uses of OdfXmlDocument in org.openpreservation.odf.xml
Modifier and TypeMethodDescriptionstatic final OdfXmlDocument
OdfXmlDocuments.odfXmlDocumentOf
(ParseResult parseResult) Instantiates an OdfXmlDocument from an XML ParseResultstatic final OdfXmlDocument
OdfXmlDocuments.xmlDocumentFrom
(InputStream docStream) Instatiates an OdfXmlDocument from an InputStream.