Class: Docbook::Elements::Sect3
- Inherits:
-
Lutaml::Model::Serializable
- Object
- Lutaml::Model::Serializable
- Docbook::Elements::Sect3
- Includes:
- DocbookElement, Identifiable, Numberable, SectionLike, Titled, TocContainer
- Defined in:
- lib/docbook/elements/sect3.rb
Constant Summary collapse
- NUMBERING_ROLE =
:section
Instance Method Summary collapse
Methods included from Numberable
Methods included from Identifiable
Methods included from Titled
#has_title?, #resolve_title, #titled?
Methods included from SectionLike
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_children ⇒ Object
14 15 16 |
# File 'lib/docbook/elements/sect3.rb', line 14 def toc_children Array(sect4) end |