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?, #document_title?, #element_type, #empty_body?, #header?, #heading_level, #section?, #visible_children

Methods included from HasChildren

#has_children?

Methods inherited from Base

#accept, #attr, #body_content?, build, #flat_text, #metadata, #semantically_equivalent?, #set_attr, #set_metadata, #whitespace_only?

Class Method Details

.element_type_nameObject



132
133
134
# File 'lib/coradoc/core_model/structural_element.rb', line 132

def self.element_type_name
  'preamble'
end

Instance Method Details

#preamble?Boolean

Returns:

  • (Boolean)


128
129
130
# File 'lib/coradoc/core_model/structural_element.rb', line 128

def preamble?
  true
end