|
||||||||||
| 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.AttrImpl
org.apache.xerces.dom.AttrNSImpl
org.odftoolkit.odfdom.pkg.OdfAttribute
org.odftoolkit.odfdom.dom.attribute.meta.MetaRowCountAttribute
public class MetaRowCountAttribute
DOM implementation of OpenDocument attribute meta:row-count.
| Field Summary | |
|---|---|
static OdfName |
ATTRIBUTE_NAME
|
| Fields inherited from class org.apache.xerces.dom.AttrNSImpl |
|---|
localName, namespaceURI |
| Fields inherited from class org.apache.xerces.dom.AttrImpl |
|---|
name, textNode, value |
| Fields inherited from interface org.w3c.dom.TypeInfo |
|---|
DERIVATION_EXTENSION, DERIVATION_LIST, DERIVATION_RESTRICTION, DERIVATION_UNION |
| Constructor Summary | |
|---|---|
MetaRowCountAttribute(OdfFileDom ownerDocument)
Create the instance of OpenDocument attribute meta:row-count. |
|
| Method Summary | |
|---|---|
java.lang.String |
getDefault()
Returns the default value of meta:row-count. |
java.lang.String |
getName()
|
OdfName |
getOdfName()
Returns the attribute name. |
boolean |
hasDefault()
Default value indicator. |
int |
intValue()
|
boolean |
isId()
|
void |
setIntValue(int value)
|
| Methods inherited from class org.apache.xerces.dom.AttrNSImpl |
|---|
getLocalName, getNamespaceURI, getPrefix, getTypeName, getTypeNamespace, isDerivedFrom, setPrefix, setValues |
| Methods inherited from class org.apache.xerces.dom.AttrImpl |
|---|
cloneNode, getChildNodes, getElement, getFirstChild, getLastChild, getLength, getNodeName, getNodeType, getNodeValue, getOwnerElement, getSchemaTypeInfo, getSpecified, getValue, hasChildNodes, insertBefore, isEqualNode, item, makeChildNode, normalize, removeChild, replaceChild, setIdAttribute, setNodeValue, setOwnerDocument, setReadOnly, setSpecified, setType, setValue, synchronizeChildren, toString |
| Methods inherited from class org.apache.xerces.dom.NodeImpl |
|---|
addEventListener, appendChild, changed, changes, compareDocumentPosition, compareTreePosition, dispatchEvent, getAttributes, getBaseURI, getContainer, getFeature, getNextSibling, getNodeNumber, getOwnerDocument, getParentNode, getPreviousSibling, getReadOnly, getTextContent, getUserData, getUserData, getUserDataRecord, hasAttributes, isDefaultNamespace, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, needsSyncChildren, removeEventListener, setTextContent, setUserData, setUserData, synchronizeData |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.w3c.dom.Node |
|---|
appendChild, compareDocumentPosition, getAttributes, getBaseURI, getFeature, getNextSibling, getOwnerDocument, getParentNode, getPreviousSibling, getTextContent, getUserData, hasAttributes, isDefaultNamespace, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, setTextContent, setUserData |
| Field Detail |
|---|
public static final OdfName ATTRIBUTE_NAME
| Constructor Detail |
|---|
public MetaRowCountAttribute(OdfFileDom ownerDocument)
ownerDocument - The type is OdfFileDom| Method Detail |
|---|
public OdfName getOdfName()
getOdfName in class OdfAttributeOdfName for meta:row-count.public java.lang.String getName()
getName in interface AttrgetName in class AttrImplpublic void setIntValue(int value)
value - The int value of the attribute.public int intValue()
int value of the attributepublic java.lang.String getDefault()
getDefault in class OdfAttributeString dependent of its element name
return null if the default value does not existpublic boolean hasDefault()
hasDefault in class OdfAttributetrue if meta:row-count has an element parent
otherwise return false as undefined.public boolean isId()
isId in interface AttrisId in class AttrImpl
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||