Uses of Interface
org.openpreservation.odf.xml.OdfXmlDocument
Packages that use OdfXmlDocument
Package
Description
-
Uses of OdfXmlDocument in org.openpreservation.odf.document
Methods in org.openpreservation.odf.document that return OdfXmlDocumentModifier and TypeMethodDescriptionOdfDocument.getXmlDocument()
Returns the ODF Xml Document instance with the details of the parsed document.Methods in org.openpreservation.odf.document with parameters of type OdfXmlDocumentModifier and TypeMethodDescriptionstatic final OdfDocument
Documents.odfDocumentOf
(OdfXmlDocument xmlDocument, Metadata metadata) -
Uses of OdfXmlDocument in org.openpreservation.odf.pkg
Methods in org.openpreservation.odf.pkg that return OdfXmlDocumentModifier and TypeMethodDescriptionOdfPackageDocument.getXmlDocument
(String path) Returns the XML document for the supplied path.Methods in org.openpreservation.odf.pkg that return types with arguments of type OdfXmlDocumentModifier and TypeMethodDescriptionOdfPackageDocument.getXmlDocumentMap()
Returns the map of all XML documents in the package document. -
Uses of OdfXmlDocument in org.openpreservation.odf.xml
Methods in org.openpreservation.odf.xml that return OdfXmlDocumentModifier 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.