sec_parser.semantic_elements.title_element

Classes

TitleElement

The TitleElement class represents the title of a paragraph or other content object.

Module Contents

class sec_parser.semantic_elements.title_element.TitleElement

Bases: sec_parser.semantic_elements.mixins.dict_text_content_mixin.DictTextContentMixin, sec_parser.semantic_elements.abstract_semantic_element.AbstractLevelElement

The TitleElement class represents the title of a paragraph or other content object. It serves as a semantic marker, providing context and structure to the document.