Class DbDelimiterElement

All Implemented Interfaces:
Serializable, Cloneable, Element, ElementTraversal, EventTarget, Node, NodeList, TypeInfo

public class DbDelimiterElement extends OdfElement
DOM implementation of OpenDocument element <db:delimiter>.
See Also:
  • Field Details

    • ELEMENT_NAME

      public static final OdfName ELEMENT_NAME
  • Constructor Details

    • DbDelimiterElement

      public DbDelimiterElement(OdfFileDom ownerDoc)
      Create the instance of DbDelimiterElement
      Parameters:
      ownerDoc - The type is OdfFileDom
  • Method Details

    • getOdfName

      public OdfName getOdfName()
      Get the element name
      Specified by:
      getOdfName in class OdfElement
      Returns:
      return OdfName the name of element <db:delimiter>.
    • getDbDecimalAttribute

      public String getDbDecimalAttribute()
      Receives the value of the ODFDOM attribute representation DbDecimalAttribute , See @db:decimal
      Returns:
      - the String , the value or null, if the attribute is not set and no default value defined.
    • setDbDecimalAttribute

      public void setDbDecimalAttribute(String dbDecimalValue)
      Sets the value of ODFDOM attribute representation DbDecimalAttribute , See @db:decimal
      Parameters:
      dbDecimalValue - The type is String
    • getDbFieldAttribute

      public String getDbFieldAttribute()
      Receives the value of the ODFDOM attribute representation DbFieldAttribute , See @db:field
      Returns:
      - the String , the value or null, if the attribute is not set and no default value defined.
    • setDbFieldAttribute

      public void setDbFieldAttribute(String dbFieldValue)
      Sets the value of ODFDOM attribute representation DbFieldAttribute , See @db:field
      Parameters:
      dbFieldValue - The type is String
    • getDbStringAttribute

      public String getDbStringAttribute()
      Receives the value of the ODFDOM attribute representation DbStringAttribute , See @db:string
      Returns:
      - the String , the value or null, if the attribute is not set and no default value defined.
    • setDbStringAttribute

      public void setDbStringAttribute(String dbStringValue)
      Sets the value of ODFDOM attribute representation DbStringAttribute , See @db:string
      Parameters:
      dbStringValue - The type is String
    • getDbThousandAttribute

      public String getDbThousandAttribute()
      Receives the value of the ODFDOM attribute representation DbThousandAttribute , See @db:thousand
      Returns:
      - the String , the value or null, if the attribute is not set and no default value defined.
    • setDbThousandAttribute

      public void setDbThousandAttribute(String dbThousandValue)
      Sets the value of ODFDOM attribute representation DbThousandAttribute , See @db:thousand
      Parameters:
      dbThousandValue - The type is String
    • accept

      public void accept(ElementVisitor visitor)
      Accept an visitor instance to allow the visitor to do some operations. Refer to visitor design pattern to get a better understanding.
      Overrides:
      accept in class OdfElement
      Parameters:
      visitor - an instance of DefaultElementVisitor