Class: Coradoc::CoreModel::DocumentElement
- Inherits:
-
StructuralElement
- Object
- Lutaml::Model::Serializable
- Base
- StructuralElement
- Coradoc::CoreModel::DocumentElement
- Defined in:
- lib/coradoc/core_model/structural_element.rb
Overview
Root document element
Instance Attribute Summary
Attributes inherited from StructuralElement
#attributes, #children, #content, #level
Attributes inherited from Base
#element_attributes, #id, #metadata_entries, #title
Class Method Summary collapse
Instance Method Summary collapse
Methods inherited from StructuralElement
#element_type, #header?, #heading_level, #preamble?, #section?
Methods inherited from Base
#accept, #attr, #metadata, #semantically_equivalent?, #set_attr, #set_metadata
Class Method Details
.element_type_name ⇒ Object
63 |
# File 'lib/coradoc/core_model/structural_element.rb', line 63 def element_type_name = 'document' |
Instance Method Details
#document? ⇒ Boolean
60 |
# File 'lib/coradoc/core_model/structural_element.rb', line 60 def document? = true |