Class DbIndicesElement

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

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

    • ELEMENT_NAME

      public static final OdfName ELEMENT_NAME
  • Constructor Details

    • DbIndicesElement

      public DbIndicesElement(OdfFileDom ownerDoc)
      Create the instance of DbIndicesElement
      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:indices>.
    • newDbIndexElement

      public DbIndexElement newDbIndexElement(String dbNameValue)
      Create child element <db:index>.
      Parameters:
      dbNameValue - the String value of DbNameAttribute, see @db:name at specification Child element was added in ODF 1.2

      Child element is mandatory.

      Returns:
      the element <db:index>
    • 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