Class: Coradoc::CoreModel::DocumentElement

Inherits:
StructuralElement show all
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

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



110
111
112
# File 'lib/coradoc/core_model/structural_element.rb', line 110

def self.element_type_name
  'document'
end

Instance Method Details

#document?Boolean

Returns:

  • (Boolean)


106
107
108
# File 'lib/coradoc/core_model/structural_element.rb', line 106

def document?
  true
end