Class: OdfCore::Element::Text::AlphabeticalIndexMark

Inherits:
AbstractElement show all
Defined in:
lib/odf_core/element/text/alphabetical_index_mark.rb

Constant Summary collapse

XML_ELEMENT_NAME =
'text:alphabetical-index-mark'
CHILDREN =
[].freeze
ATTRIBUTES =
[
  "text:key1",
  "text:key1-phonetic",
  "text:key2",
  "text:key2-phonetic",
  "text:main-entry",
  "text:string-value",
  "text:string-value-phonetic",
].freeze

Instance Attribute Summary

Attributes inherited from AbstractElement

#attributes, #children

Method Summary

Methods inherited from AbstractElement

#<<, #[], #[]=, attributes, children, #initialize, xml_element_name

Constructor Details

This class inherits a constructor from OdfCore::Element::AbstractElement