Class: OdfCore::Element::Text::BibliographyMark

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

Constant Summary collapse

XML_ELEMENT_NAME =
'text:bibliography-mark'
CHILDREN =
[].freeze
ATTRIBUTES =
[
  "text:address",
  "text:annote",
  "text:author",
  "text:bibliography-type",
  "text:booktitle",
  "text:chapter",
  "text:custom1",
  "text:custom2",
  "text:custom3",
  "text:custom4",
  "text:custom5",
  "text:edition",
  "text:editor",
  "text:howpublished",
  "text:identifier",
  "text:institution",
  "text:isbn",
  "text:issn",
  "text:journal",
  "text:month",
  "text:note",
  "text:number",
  "text:organizations",
  "text:pages",
  "text:publisher",
  "text:report-type",
  "text:school",
  "text:series",
  "text:title",
  "text:url",
  "text:volume",
  "text:year",
].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