|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ODFDocument
The extended interface of the Document
.
Field Summary |
---|
Method Summary | |
---|---|
double |
getODFVersion()
Return ODF version |
ODFDocument |
getStyleDocument()
Return ODF document created by styles.xml |
String |
getURL()
Return URL of ODF document |
void |
setODFVersion(double version)
Set ODF version |
void |
setStyleDocument(ODFDocument styleDoc)
Associate styles.xml document to this class |
void |
setURL(String sUrl)
Set URL of ODF document |
Methods inherited from interface org.w3c.dom.Node |
---|
appendChild, cloneNode, compareDocumentPosition, getAttributes, getBaseURI, getChildNodes, getFeature, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, getTextContent, getUserData, hasAttributes, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceChild, setNodeValue, setPrefix, setTextContent, setUserData |
Method Detail |
---|
String getURL()
void setURL(String sUrl)
sUrl
- URL of ODF documentvoid setODFVersion(double version)
version
- ODF versiondouble getODFVersion()
void setStyleDocument(ODFDocument styleDoc)
styleDoc
- ODF document created by styles.xmlODFDocument getStyleDocument()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |