|
OpenOffice.org XMerge API |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.openoffice.xmerge.converter.xml.OfficeDocument | +--org.openoffice.xmerge.converter.xml.sxw.SxwDocument
This class is an implementation of OfficeDocument
for
the SXW format.
Constructor Summary | |
SxwDocument(java.lang.String name)
Constructor with arguments to set name . |
|
SxwDocument(java.lang.String name,
boolean namespaceAware,
boolean validating)
Constructor with arguments to set name , the
namespaceAware flag, and the validating
flag. |
Method Summary | |
protected java.lang.String |
getFileExtension()
Returns the Office file extension for the SXW format. |
protected java.lang.String |
getOfficeClassAttribute()
Returns the Office attribute for the SXW format. |
Methods inherited from class org.openoffice.xmerge.converter.xml.OfficeDocument |
getContentDOM, getFileName, getName, getStyleDOM, initContentDOM, initStyleDOM, read, read, setContentDOM, write, write |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SxwDocument(java.lang.String name)
name
.name
- The name of the Document
public SxwDocument(java.lang.String name, boolean namespaceAware, boolean validating)
name
, the
namespaceAware
flag, and the validating
flag.name
- The name of the Document
.namespaceAware
- The value of the namespaceAware flag.validating
- The value of the validating flag.Method Detail |
protected java.lang.String getFileExtension()
getFileExtension
in class OfficeDocument
protected java.lang.String getOfficeClassAttribute()
getOfficeClassAttribute
in class OfficeDocument
|
OpenOffice.org XMerge API |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |