|
||||||||||
| 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.dom.element.meta.MetaDocumentStatisticElement
public class MetaDocumentStatisticElement
DOM implementation of OpenDocument element meta:document-statistic.
| 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 | |
|---|---|
MetaDocumentStatisticElement(OdfFileDom ownerDoc)
Create the instance of MetaDocumentStatisticElement |
|
| Method Summary | |
|---|---|
void |
accept(ElementVisitor visitor)
Accept an visitor instance to allow the visitor to do some operations. |
Integer |
getMetaCellCountAttribute()
Receives the value of the ODFDOM attribute representation MetaCellCountAttribute , See meta:cell-count |
Integer |
getMetaCharacterCountAttribute()
Receives the value of the ODFDOM attribute representation MetaCharacterCountAttribute , See meta:character-count |
Integer |
getMetaDrawCountAttribute()
Receives the value of the ODFDOM attribute representation MetaDrawCountAttribute , See meta:draw-count |
Integer |
getMetaFrameCountAttribute()
Receives the value of the ODFDOM attribute representation MetaFrameCountAttribute , See meta:frame-count |
Integer |
getMetaImageCountAttribute()
Receives the value of the ODFDOM attribute representation MetaImageCountAttribute , See meta:image-count |
Integer |
getMetaNonWhitespaceCharacterCountAttribute()
Receives the value of the ODFDOM attribute representation MetaNonWhitespaceCharacterCountAttribute , See meta:non-whitespace-character-count |
Integer |
getMetaObjectCountAttribute()
Receives the value of the ODFDOM attribute representation MetaObjectCountAttribute , See meta:object-count |
Integer |
getMetaOleObjectCountAttribute()
Receives the value of the ODFDOM attribute representation MetaOleObjectCountAttribute , See meta:ole-object-count |
Integer |
getMetaPageCountAttribute()
Receives the value of the ODFDOM attribute representation MetaPageCountAttribute , See meta:page-count |
Integer |
getMetaParagraphCountAttribute()
Receives the value of the ODFDOM attribute representation MetaParagraphCountAttribute , See meta:paragraph-count |
Integer |
getMetaRowCountAttribute()
Receives the value of the ODFDOM attribute representation MetaRowCountAttribute , See meta:row-count |
Integer |
getMetaSentenceCountAttribute()
Receives the value of the ODFDOM attribute representation MetaSentenceCountAttribute , See meta:sentence-count |
Integer |
getMetaSyllableCountAttribute()
Receives the value of the ODFDOM attribute representation MetaSyllableCountAttribute , See meta:syllable-count |
Integer |
getMetaTableCountAttribute()
Receives the value of the ODFDOM attribute representation MetaTableCountAttribute , See meta:table-count |
Integer |
getMetaWordCountAttribute()
Receives the value of the ODFDOM attribute representation MetaWordCountAttribute , See meta:word-count |
OdfName |
getOdfName()
Get the element name |
void |
setMetaCellCountAttribute(Integer metaCellCountValue)
Sets the value of ODFDOM attribute representation MetaCellCountAttribute , See meta:cell-count |
void |
setMetaCharacterCountAttribute(Integer metaCharacterCountValue)
Sets the value of ODFDOM attribute representation MetaCharacterCountAttribute , See meta:character-count |
void |
setMetaDrawCountAttribute(Integer metaDrawCountValue)
Sets the value of ODFDOM attribute representation MetaDrawCountAttribute , See meta:draw-count |
void |
setMetaFrameCountAttribute(Integer metaFrameCountValue)
Sets the value of ODFDOM attribute representation MetaFrameCountAttribute , See meta:frame-count |
void |
setMetaImageCountAttribute(Integer metaImageCountValue)
Sets the value of ODFDOM attribute representation MetaImageCountAttribute , See meta:image-count |
void |
setMetaNonWhitespaceCharacterCountAttribute(Integer metaNonWhitespaceCharacterCountValue)
Sets the value of ODFDOM attribute representation MetaNonWhitespaceCharacterCountAttribute , See meta:non-whitespace-character-count |
void |
setMetaObjectCountAttribute(Integer metaObjectCountValue)
Sets the value of ODFDOM attribute representation MetaObjectCountAttribute , See meta:object-count |
void |
setMetaOleObjectCountAttribute(Integer metaOleObjectCountValue)
Sets the value of ODFDOM attribute representation MetaOleObjectCountAttribute , See meta:ole-object-count |
void |
setMetaPageCountAttribute(Integer metaPageCountValue)
Sets the value of ODFDOM attribute representation MetaPageCountAttribute , See meta:page-count |
void |
setMetaParagraphCountAttribute(Integer metaParagraphCountValue)
Sets the value of ODFDOM attribute representation MetaParagraphCountAttribute , See meta:paragraph-count |
void |
setMetaRowCountAttribute(Integer metaRowCountValue)
Sets the value of ODFDOM attribute representation MetaRowCountAttribute , See meta:row-count |
void |
setMetaSentenceCountAttribute(Integer metaSentenceCountValue)
Sets the value of ODFDOM attribute representation MetaSentenceCountAttribute , See meta:sentence-count |
void |
setMetaSyllableCountAttribute(Integer metaSyllableCountValue)
Sets the value of ODFDOM attribute representation MetaSyllableCountAttribute , See meta:syllable-count |
void |
setMetaTableCountAttribute(Integer metaTableCountValue)
Sets the value of ODFDOM attribute representation MetaTableCountAttribute , See meta:table-count |
void |
setMetaWordCountAttribute(Integer metaWordCountValue)
Sets the value of ODFDOM attribute representation MetaWordCountAttribute , See meta:word-count |
| Methods inherited from class org.odftoolkit.odfdom.pkg.OdfElement |
|---|
cloneNode, 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 MetaDocumentStatisticElement(OdfFileDom ownerDoc)
MetaDocumentStatisticElement
ownerDoc - The type is OdfFileDom| Method Detail |
|---|
public OdfName getOdfName()
getOdfName in class OdfElementOdfName the name of element meta:document-statistic.public Integer getMetaCellCountAttribute()
MetaCellCountAttribute , See meta:cell-count
Integer , the value or null, if the attribute is not set and no default value defined.public void setMetaCellCountAttribute(Integer metaCellCountValue)
MetaCellCountAttribute , See meta:cell-count
metaCellCountValue - The type is Integerpublic Integer getMetaCharacterCountAttribute()
MetaCharacterCountAttribute , See meta:character-count
Integer , the value or null, if the attribute is not set and no default value defined.public void setMetaCharacterCountAttribute(Integer metaCharacterCountValue)
MetaCharacterCountAttribute , See meta:character-count
metaCharacterCountValue - The type is Integerpublic Integer getMetaDrawCountAttribute()
MetaDrawCountAttribute , See meta:draw-count
Integer , the value or null, if the attribute is not set and no default value defined.public void setMetaDrawCountAttribute(Integer metaDrawCountValue)
MetaDrawCountAttribute , See meta:draw-count
metaDrawCountValue - The type is Integerpublic Integer getMetaFrameCountAttribute()
MetaFrameCountAttribute , See meta:frame-count
Integer , the value or null, if the attribute is not set and no default value defined.public void setMetaFrameCountAttribute(Integer metaFrameCountValue)
MetaFrameCountAttribute , See meta:frame-count
metaFrameCountValue - The type is Integerpublic Integer getMetaImageCountAttribute()
MetaImageCountAttribute , See meta:image-count
Integer , the value or null, if the attribute is not set and no default value defined.public void setMetaImageCountAttribute(Integer metaImageCountValue)
MetaImageCountAttribute , See meta:image-count
metaImageCountValue - The type is Integerpublic Integer getMetaNonWhitespaceCharacterCountAttribute()
MetaNonWhitespaceCharacterCountAttribute , See meta:non-whitespace-character-count
Integer , the value or null, if the attribute is not set and no default value defined.public void setMetaNonWhitespaceCharacterCountAttribute(Integer metaNonWhitespaceCharacterCountValue)
MetaNonWhitespaceCharacterCountAttribute , See meta:non-whitespace-character-count
metaNonWhitespaceCharacterCountValue - The type is Integerpublic Integer getMetaObjectCountAttribute()
MetaObjectCountAttribute , See meta:object-count
Integer , the value or null, if the attribute is not set and no default value defined.public void setMetaObjectCountAttribute(Integer metaObjectCountValue)
MetaObjectCountAttribute , See meta:object-count
metaObjectCountValue - The type is Integerpublic Integer getMetaOleObjectCountAttribute()
MetaOleObjectCountAttribute , See meta:ole-object-count
Integer , the value or null, if the attribute is not set and no default value defined.public void setMetaOleObjectCountAttribute(Integer metaOleObjectCountValue)
MetaOleObjectCountAttribute , See meta:ole-object-count
metaOleObjectCountValue - The type is Integerpublic Integer getMetaPageCountAttribute()
MetaPageCountAttribute , See meta:page-count
Integer , the value or null, if the attribute is not set and no default value defined.public void setMetaPageCountAttribute(Integer metaPageCountValue)
MetaPageCountAttribute , See meta:page-count
metaPageCountValue - The type is Integerpublic Integer getMetaParagraphCountAttribute()
MetaParagraphCountAttribute , See meta:paragraph-count
Integer , the value or null, if the attribute is not set and no default value defined.public void setMetaParagraphCountAttribute(Integer metaParagraphCountValue)
MetaParagraphCountAttribute , See meta:paragraph-count
metaParagraphCountValue - The type is Integerpublic Integer getMetaRowCountAttribute()
MetaRowCountAttribute , See meta:row-count
Integer , the value or null, if the attribute is not set and no default value defined.public void setMetaRowCountAttribute(Integer metaRowCountValue)
MetaRowCountAttribute , See meta:row-count
metaRowCountValue - The type is Integerpublic Integer getMetaSentenceCountAttribute()
MetaSentenceCountAttribute , See meta:sentence-count
Integer , the value or null, if the attribute is not set and no default value defined.public void setMetaSentenceCountAttribute(Integer metaSentenceCountValue)
MetaSentenceCountAttribute , See meta:sentence-count
metaSentenceCountValue - The type is Integerpublic Integer getMetaSyllableCountAttribute()
MetaSyllableCountAttribute , See meta:syllable-count
Integer , the value or null, if the attribute is not set and no default value defined.public void setMetaSyllableCountAttribute(Integer metaSyllableCountValue)
MetaSyllableCountAttribute , See meta:syllable-count
metaSyllableCountValue - The type is Integerpublic Integer getMetaTableCountAttribute()
MetaTableCountAttribute , See meta:table-count
Integer , the value or null, if the attribute is not set and no default value defined.public void setMetaTableCountAttribute(Integer metaTableCountValue)
MetaTableCountAttribute , See meta:table-count
metaTableCountValue - The type is Integerpublic Integer getMetaWordCountAttribute()
MetaWordCountAttribute , See meta:word-count
Integer , the value or null, if the attribute is not set and no default value defined.public void setMetaWordCountAttribute(Integer metaWordCountValue)
MetaWordCountAttribute , See meta:word-count
metaWordCountValue - The type is Integerpublic void accept(ElementVisitor visitor)
OdfElement
accept in class OdfElementvisitor - an instance of DefaultElementVisitor
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||