|
||||||||||
| 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.db.DbDriverSettingsElement
public class DbDriverSettingsElement
DOM implementation of OpenDocument element db:driver-settings.
| 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 | |
|---|---|
DbDriverSettingsElement(OdfFileDom ownerDoc)
Create the instance of DbDriverSettingsElement |
|
| Method Summary | |
|---|---|
void |
accept(ElementVisitor visitor)
Accept an visitor instance to allow the visitor to do some operations. |
String |
getDbBaseDnAttribute()
Receives the value of the ODFDOM attribute representation DbBaseDnAttribute , See db:base-dn |
Boolean |
getDbIsFirstRowHeaderLineAttribute()
Receives the value of the ODFDOM attribute representation DbIsFirstRowHeaderLineAttribute , See db:is-first-row-header-line |
Boolean |
getDbParameterNameSubstitutionAttribute()
Receives the value of the ODFDOM attribute representation DbParameterNameSubstitutionAttribute , See db:parameter-name-substitution |
Boolean |
getDbShowDeletedAttribute()
Receives the value of the ODFDOM attribute representation DbShowDeletedAttribute , See db:show-deleted |
String |
getDbSystemDriverSettingsAttribute()
Receives the value of the ODFDOM attribute representation DbSystemDriverSettingsAttribute , See db:system-driver-settings |
OdfName |
getOdfName()
Get the element name |
DbAutoIncrementElement |
newDbAutoIncrementElement()
Create child element db:auto-increment. |
DbCharacterSetElement |
newDbCharacterSetElement()
Create child element db:character-set. |
DbDelimiterElement |
newDbDelimiterElement()
Create child element db:delimiter. |
DbTableSettingsElement |
newDbTableSettingsElement()
Create child element db:table-settings. |
void |
setDbBaseDnAttribute(String dbBaseDnValue)
Sets the value of ODFDOM attribute representation DbBaseDnAttribute , See db:base-dn |
void |
setDbIsFirstRowHeaderLineAttribute(Boolean dbIsFirstRowHeaderLineValue)
Sets the value of ODFDOM attribute representation DbIsFirstRowHeaderLineAttribute , See db:is-first-row-header-line |
void |
setDbParameterNameSubstitutionAttribute(Boolean dbParameterNameSubstitutionValue)
Sets the value of ODFDOM attribute representation DbParameterNameSubstitutionAttribute , See db:parameter-name-substitution |
void |
setDbShowDeletedAttribute(Boolean dbShowDeletedValue)
Sets the value of ODFDOM attribute representation DbShowDeletedAttribute , See db:show-deleted |
void |
setDbSystemDriverSettingsAttribute(String dbSystemDriverSettingsValue)
Sets the value of ODFDOM attribute representation DbSystemDriverSettingsAttribute , See db:system-driver-settings |
| 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 DbDriverSettingsElement(OdfFileDom ownerDoc)
DbDriverSettingsElement
ownerDoc - The type is OdfFileDom| Method Detail |
|---|
public OdfName getOdfName()
getOdfName in class OdfElementOdfName the name of element db:driver-settings.public String getDbBaseDnAttribute()
DbBaseDnAttribute , See db:base-dn
String , the value or null, if the attribute is not set and no default value defined.public void setDbBaseDnAttribute(String dbBaseDnValue)
DbBaseDnAttribute , See db:base-dn
dbBaseDnValue - The type is Stringpublic Boolean getDbIsFirstRowHeaderLineAttribute()
DbIsFirstRowHeaderLineAttribute , See db:is-first-row-header-line
Boolean , the value or null, if the attribute is not set and no default value defined.public void setDbIsFirstRowHeaderLineAttribute(Boolean dbIsFirstRowHeaderLineValue)
DbIsFirstRowHeaderLineAttribute , See db:is-first-row-header-line
dbIsFirstRowHeaderLineValue - The type is Booleanpublic Boolean getDbParameterNameSubstitutionAttribute()
DbParameterNameSubstitutionAttribute , See db:parameter-name-substitution
Boolean , the value or null, if the attribute is not set and no default value defined.public void setDbParameterNameSubstitutionAttribute(Boolean dbParameterNameSubstitutionValue)
DbParameterNameSubstitutionAttribute , See db:parameter-name-substitution
dbParameterNameSubstitutionValue - The type is Booleanpublic Boolean getDbShowDeletedAttribute()
DbShowDeletedAttribute , See db:show-deleted
Boolean , the value or null, if the attribute is not set and no default value defined.public void setDbShowDeletedAttribute(Boolean dbShowDeletedValue)
DbShowDeletedAttribute , See db:show-deleted
dbShowDeletedValue - The type is Booleanpublic String getDbSystemDriverSettingsAttribute()
DbSystemDriverSettingsAttribute , See db:system-driver-settings
String , the value or null, if the attribute is not set and no default value defined.public void setDbSystemDriverSettingsAttribute(String dbSystemDriverSettingsValue)
DbSystemDriverSettingsAttribute , See db:system-driver-settings
dbSystemDriverSettingsValue - The type is Stringpublic DbAutoIncrementElement newDbAutoIncrementElement()
public DbCharacterSetElement newDbCharacterSetElement()
public DbDelimiterElement newDbDelimiterElement()
public DbTableSettingsElement newDbTableSettingsElement()
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 | |||||||||