writer2latex.xmerge
public class EmbeddedXMLObject extends EmbeddedObject
Field Summary | |
---|---|
protected Document | contentDOM |
protected Document | settingsDOM |
protected Document | stylesDOM |
Constructor Summary | |
---|---|
EmbeddedXMLObject(String name, String type)
Constructor for an embedded object stored using an XML representation.
|
Method Summary | |
---|---|
Document | getContentDOM()
Returns the content data for this embedded object.
|
Document | getSettingsDOM()
Returns the settings data for this embedded object.
|
Document | getStylesDOM()
Returns the style data for this embedded object.
|
void | setContentDOM(Document content)
Sets the content data for the embedded object.
|
void | setSettingsDOM(Document settings)
Sets the settings data for the embedded object.
|
void | setStylesDOM(Document styles)
Sets the styles data for the embedded object.
|
Parameters: name The name of the object. type The mime-type of the object. See the class summary.
Returns: DOM represenation of "content.xml"
Throws: SAXException If any parser error occurs IOException If any IO error occurs
Returns: DOM represenation of "settings.xml"
Throws: SAXException If any parser error occurs IOException If any IO error occurs
Returns: DOM represenation of "styles.xml"
Throws: SAXException If any parser error occurs IOException If any IO error occurs
Parameters: content DOM representation of the object's content.
Parameters: settings DOM representation of the object's settings.
Parameters: styles DOM representation of the object's styles.