|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.xerces.dom.NodeImpl
org.apache.xerces.dom.ChildNode
org.apache.xerces.dom.ParentNode
org.apache.xerces.dom.ElementImpl
org.apache.xerces.dom.ElementNSImpl
org.odftoolkit.odfdom.pkg.OdfElement
org.odftoolkit.odfdom.pkg.manifest.FileEntryElement
public class FileEntryElement
Manifest implementation of OpenDocument element manifest:file-entry.
| Field Summary | |
|---|---|
static OdfName |
ELEMENT_NAME
|
| Fields inherited from class org.apache.xerces.dom.ElementNSImpl |
|---|
localName, namespaceURI |
| Fields inherited from class org.apache.xerces.dom.ElementImpl |
|---|
attributes, name |
| Fields inherited from class org.apache.xerces.dom.ParentNode |
|---|
firstChild, fNodeListCache, ownerDocument |
| Fields inherited from class org.apache.xerces.dom.ChildNode |
|---|
nextSibling, previousSibling |
| Fields inherited from interface org.w3c.dom.TypeInfo |
|---|
DERIVATION_EXTENSION, DERIVATION_LIST, DERIVATION_RESTRICTION, DERIVATION_UNION |
| Constructor Summary | |
|---|---|
FileEntryElement(OdfFileDom ownerDoc)
Create the instance of FileEntryElement |
|
| Method Summary | |
|---|---|
String |
getFullPathAttribute()
Receives the value of the ODFDOM attribute representation FullPathAttribute , See manifest:full-path
Attribute is mandatory. |
String |
getMediaTypeAttribute()
Receives the value of the ODFDOM attribute representation MediaTypeAttribute , See manifest:media-type
Attribute is mandatory. |
OdfName |
getOdfName()
Get the element name |
String |
getPreferredViewModeAttribute()
Receives the value of the ODFDOM attribute representation PreferredViewModeAttribute , See manifest:preferred-view-mode |
Integer |
getSizeAttribute()
Receives the value of the ODFDOM attribute representation SizeAttribute , See manifest:size |
String |
getVersionAttribute()
Receives the value of the ODFDOM attribute representation VersionAttribute , See manifest:version |
EncryptionDataElement |
newEncryptionDataElement(String checksumValue,
String checksumTypeValue)
Create child element manifest:encryption-data. |
void |
setFullPathAttribute(String fullPathValue)
Sets the value of ODFDOM attribute representation FullPathAttribute , See manifest:full-path |
void |
setMediaTypeAttribute(String mediaTypeValue)
Sets the value of ODFDOM attribute representation MediaTypeAttribute , See manifest:media-type |
void |
setPreferredViewModeAttribute(String preferredViewModeValue)
Sets the value of ODFDOM attribute representation PreferredViewModeAttribute , See manifest:preferred-view-mode |
void |
setSizeAttribute(Integer sizeValue)
Sets the value of ODFDOM attribute representation SizeAttribute , See manifest:size |
void |
setVersionAttribute(String versionValue)
Sets the value of ODFDOM attribute representation VersionAttribute , See manifest:version |
| Methods inherited from class org.odftoolkit.odfdom.pkg.OdfElement |
|---|
accept, cloneNode, cloneOdfElement, equals, findFirstChildNode, findNextChildNode, findPreviousChildNode, getAncestorAs, getOdfAttribute, getOdfAttribute, getOdfAttributeValue, getParentAs, hasOdfAttribute, insertBefore, onInsertNode, onInsertNode, onRemoveNode, onRemoveNode, removeChild, replaceChild, setOdfAttribute, setOdfAttributeValue, toString |
| Methods inherited from class org.apache.xerces.dom.ElementNSImpl |
|---|
getBaseURI, getLocalName, getNamespaceURI, getPrefix, getTypeName, getTypeNamespace, isDerivedFrom, setPrefix, setType, setValues |
| Methods inherited from class org.apache.xerces.dom.ParentNode |
|---|
getChildNodes, getChildNodesUnoptimized, getFirstChild, getLastChild, getLength, getOwnerDocument, getTextContent, hasChildNodes, item, setTextContent, synchronizeChildren |
| Methods inherited from class org.apache.xerces.dom.ChildNode |
|---|
getNextSibling, getParentNode, getPreviousSibling |
| Methods inherited from class org.apache.xerces.dom.NodeImpl |
|---|
addEventListener, appendChild, changed, changes, compareDocumentPosition, compareTreePosition, dispatchEvent, getContainer, getFeature, getNodeNumber, getNodeValue, getReadOnly, getUserData, getUserData, getUserDataRecord, isDefaultNamespace, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, needsSyncChildren, removeEventListener, setNodeValue, setUserData, setUserData |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.w3c.dom.Node |
|---|
appendChild, compareDocumentPosition, getChildNodes, getFeature, getFirstChild, getLastChild, getNextSibling, getNodeValue, getOwnerDocument, getParentNode, getPreviousSibling, getTextContent, getUserData, hasChildNodes, isDefaultNamespace, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, setNodeValue, setTextContent, setUserData |
| Field Detail |
|---|
public static final OdfName ELEMENT_NAME
| Constructor Detail |
|---|
public FileEntryElement(OdfFileDom ownerDoc)
FileEntryElement
ownerDoc - The type is OdfFileDom| Method Detail |
|---|
public OdfName getOdfName()
getOdfName in class OdfElementOdfName the name of element manifest:file-entry.public String getFullPathAttribute()
FullPathAttribute , See manifest:full-path
Attribute is mandatory.
String , the value or null, if the attribute is not set and no default value defined.public void setFullPathAttribute(String fullPathValue)
FullPathAttribute , See manifest:full-path
fullPathValue - The type is Stringpublic String getMediaTypeAttribute()
MediaTypeAttribute , See manifest:media-type
Attribute is mandatory.
String , the value or null, if the attribute is not set and no default value defined.public void setMediaTypeAttribute(String mediaTypeValue)
MediaTypeAttribute , See manifest:media-type
mediaTypeValue - The type is Stringpublic String getPreferredViewModeAttribute()
PreferredViewModeAttribute , See manifest:preferred-view-mode
String , the value or null, if the attribute is not set and no default value defined.public void setPreferredViewModeAttribute(String preferredViewModeValue)
PreferredViewModeAttribute , See manifest:preferred-view-mode
preferredViewModeValue - The type is Stringpublic Integer getSizeAttribute()
SizeAttribute , See manifest:size
Integer , the value or null, if the attribute is not set and no default value defined.public void setSizeAttribute(Integer sizeValue)
SizeAttribute , See manifest:size
sizeValue - The type is Integerpublic String getVersionAttribute()
VersionAttribute , See manifest:version
String , the value or null, if the attribute is not set and no default value defined.public void setVersionAttribute(String versionValue)
VersionAttribute , See manifest:version
versionValue - The type is String
public EncryptionDataElement newEncryptionDataElement(String checksumValue,
String checksumTypeValue)
checksumValue - the String value of ChecksumAttribute, see manifest:checksum at specificationchecksumTypeValue - the String value of ChecksumTypeAttribute, see manifest:checksum-type at specification
Child element is new in Odf 1.2
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||