19package org.openoffice.xmerge.converter.xml;
21import java.io.IOException;
23import org.w3c.dom.Document;
24import org.w3c.dom.DOMException;
94 abstract void write(OfficeZip zip)
throws IOException;
100 abstract void writeManifestData(Document manifestDoc)
throws DOMException;
boolean hasChanged
Flag indicating if this document has changed since reading or is new.
OfficeZip zipFile
Representation of the file from which this object was read.
final String getName()
Retrieves the name of the embedded object represented by an instance of this class.
final String getType()
Retrieves the type of the embedded object represented by an instance of this class.
EmbeddedObject(String name, String type)
Constructor for an embedded object stored using an XML representation.