Class DbIndicesElement

    • Field Detail

      • ELEMENT_NAME

        public static final OdfName ELEMENT_NAME
    • Constructor Detail

      • DbIndicesElement

        public DbIndicesElement​(OdfFileDom ownerDoc)
        Create the instance of DbIndicesElement
        Parameters:
        ownerDoc - The type is OdfFileDom
    • Method Detail

      • 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