Class: Coradoc::CoreModel::PreambleElement

Inherits:
StructuralElement show all
Defined in:
lib/coradoc/core_model/structural_element.rb

Overview

Preamble content before the first section heading

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

#document?, #element_type, #header?, #heading_level, #section?

Methods inherited from Base

#accept, #attr, #metadata, #semantically_equivalent?, #set_attr, #set_metadata

Class Method Details

.element_type_nameObject



95
96
97
# File 'lib/coradoc/core_model/structural_element.rb', line 95

def self.element_type_name
  'preamble'
end

Instance Method Details

#preamble?Boolean

Returns:

  • (Boolean)


91
92
93
# File 'lib/coradoc/core_model/structural_element.rb', line 91

def preamble?
  true
end