|
||||||||||
| 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.table.TableFilterElement
public class TableFilterElement
DOM implementation of OpenDocument element table:filter.
| 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 | |
|---|---|
TableFilterElement(OdfFileDom ownerDoc)
Create the instance of TableFilterElement |
|
| Method Summary | |
|---|---|
void |
accept(ElementVisitor visitor)
Accept an visitor instance to allow the visitor to do some operations. |
OdfName |
getOdfName()
Get the element name |
String |
getTableConditionSourceAttribute()
Receives the value of the ODFDOM attribute representation TableConditionSourceAttribute , See table:condition-source |
String |
getTableConditionSourceRangeAddressAttribute()
Receives the value of the ODFDOM attribute representation TableConditionSourceRangeAddressAttribute , See table:condition-source-range-address |
Boolean |
getTableDisplayDuplicatesAttribute()
Receives the value of the ODFDOM attribute representation TableDisplayDuplicatesAttribute , See table:display-duplicates |
String |
getTableTargetRangeAddressAttribute()
Receives the value of the ODFDOM attribute representation TableTargetRangeAddressAttribute , See table:target-range-address |
TableFilterAndElement |
newTableFilterAndElement()
Create child element table:filter-and. |
TableFilterConditionElement |
newTableFilterConditionElement(int tableFieldNumberValue,
String tableOperatorValue,
String tableValueValue)
Create child element table:filter-condition. |
TableFilterOrElement |
newTableFilterOrElement()
Create child element table:filter-or. |
void |
setTableConditionSourceAttribute(String tableConditionSourceValue)
Sets the value of ODFDOM attribute representation TableConditionSourceAttribute , See table:condition-source |
void |
setTableConditionSourceRangeAddressAttribute(String tableConditionSourceRangeAddressValue)
Sets the value of ODFDOM attribute representation TableConditionSourceRangeAddressAttribute , See table:condition-source-range-address |
void |
setTableDisplayDuplicatesAttribute(Boolean tableDisplayDuplicatesValue)
Sets the value of ODFDOM attribute representation TableDisplayDuplicatesAttribute , See table:display-duplicates |
void |
setTableTargetRangeAddressAttribute(String tableTargetRangeAddressValue)
Sets the value of ODFDOM attribute representation TableTargetRangeAddressAttribute , See table:target-range-address |
| Methods inherited from class org.odftoolkit.odfdom.pkg.OdfElement |
|---|
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 TableFilterElement(OdfFileDom ownerDoc)
TableFilterElement
ownerDoc - The type is OdfFileDom| Method Detail |
|---|
public OdfName getOdfName()
getOdfName in class OdfElementOdfName the name of element table:filter.public String getTableConditionSourceAttribute()
TableConditionSourceAttribute , See table:condition-source
String , the value or null, if the attribute is not set and no default value defined.public void setTableConditionSourceAttribute(String tableConditionSourceValue)
TableConditionSourceAttribute , See table:condition-source
tableConditionSourceValue - The type is Stringpublic String getTableConditionSourceRangeAddressAttribute()
TableConditionSourceRangeAddressAttribute , See table:condition-source-range-address
String , the value or null, if the attribute is not set and no default value defined.public void setTableConditionSourceRangeAddressAttribute(String tableConditionSourceRangeAddressValue)
TableConditionSourceRangeAddressAttribute , See table:condition-source-range-address
tableConditionSourceRangeAddressValue - The type is Stringpublic Boolean getTableDisplayDuplicatesAttribute()
TableDisplayDuplicatesAttribute , See table:display-duplicates
Boolean , the value or null, if the attribute is not set and no default value defined.public void setTableDisplayDuplicatesAttribute(Boolean tableDisplayDuplicatesValue)
TableDisplayDuplicatesAttribute , See table:display-duplicates
tableDisplayDuplicatesValue - The type is Booleanpublic String getTableTargetRangeAddressAttribute()
TableTargetRangeAddressAttribute , See table:target-range-address
String , the value or null, if the attribute is not set and no default value defined.public void setTableTargetRangeAddressAttribute(String tableTargetRangeAddressValue)
TableTargetRangeAddressAttribute , See table:target-range-address
tableTargetRangeAddressValue - The type is Stringpublic TableFilterAndElement newTableFilterAndElement()
public TableFilterConditionElement newTableFilterConditionElement(int tableFieldNumberValue,
String tableOperatorValue,
String tableValueValue)
tableFieldNumberValue - the Integer value of TableFieldNumberAttribute, see table:field-number at specificationtableOperatorValue - the String value of TableOperatorAttribute, see table:operator at specificationtableValueValue - the String value of TableValueAttribute, see table:value at specification
public TableFilterOrElement newTableFilterOrElement()
public 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 | |||||||||