Class: Docbook::Elements::Book
- Inherits:
-
Lutaml::Model::Serializable
- Object
- Lutaml::Model::Serializable
- Docbook::Elements::Book
- Includes:
- DocbookElement, Identifiable, SectionLike, Titled, TocContainer
- Defined in:
- lib/docbook/elements/book.rb
Instance Method Summary collapse
Methods included from SectionLike
Methods included from Identifiable
Methods included from Titled
#has_title?, #resolve_title, #titled?
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
12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
# File 'lib/docbook/elements/book.rb', line 12 def toc_children [ *Array(dedication), *Array(acknowledgements), *Array(preface), *Array(part), *Array(chapter), *Array(appendix), *Array(glossary), *Array(bibliography), *Array(index), *Array(colophon), ] end |