Class: Docbook::Elements::Section

Inherits:
Lutaml::Model::Serializable
  • Object
show all
Includes:
DocbookElement, HasNumber, Identifiable, Numberable, SectionLike, Titled, TocContainer
Defined in:
lib/docbook/elements/section.rb

Constant Summary collapse

NUMBERING_ROLE =
:section

Instance Method Summary collapse

Methods included from Numberable

#numbering_role

Methods included from HasNumber

#numberable?

Methods included from Identifiable

#element_id

Methods included from Titled

#has_title?, #resolve_title, #titled?

Methods included from SectionLike

#section_like?

Methods included from DocbookElement

#callout_marker?, #colsep, #content, #element_id, #fileref, #formal?, #frame, #has_title?, #imagedata, #imageobject, #index_term?, #indexterm, #info, #list_of_category, #media_children, #number, #numberable?, #numbering_role, #resolve_title, #rowsep, #section_like?, #stats_category, #text, #title, #titled?, #try_add_inline, #videoobject, #walk_children, #xml_id, #xref?

Instance Method Details

#toc_childrenObject



15
16
17
# File 'lib/docbook/elements/section.rb', line 15

def toc_children
  Array(section)
end