Class: Docbook::Elements::IndexTerm
- Inherits:
-
Lutaml::Model::Serializable
- Object
- Lutaml::Model::Serializable
- Docbook::Elements::IndexTerm
show all
- Includes:
- DocbookElement
- Defined in:
- lib/docbook/elements/indexterm.rb
Constant Summary
collapse
- STATS_CATEGORY =
:index_term
Instance Method Summary
collapse
#callout_marker?, #colsep, #content, #element_id, #fileref, #formal?, #frame, #has_title?, #imagedata, #imageobject, #indexterm, #info, #list_of_category, #media_children, #number, #numberable?, #numbering_role, #resolve_title, #rowsep, #section_like?, #text, #title, #titled?, #toc_children, #try_add_inline, #videoobject, #walk_children, #xml_id, #xref?
Instance Method Details
#index_term? ⇒ Boolean
14
15
16
|
# File 'lib/docbook/elements/indexterm.rb', line 14
def index_term?
true
end
|
#stats_category ⇒ Object
10
11
12
|
# File 'lib/docbook/elements/indexterm.rb', line 10
def stats_category
STATS_CATEGORY
end
|