Module: Kreuzberg::RelationshipKind
- Defined in:
- lib/kreuzberg/types.rb
Overview
Relationship kind between document elements.
Constant Summary collapse
- FOOTNOTE_REFERENCE =
'footnote_reference'- CITATION_REFERENCE =
'citation_reference'- INTERNAL_LINK =
'internal_link'- CAPTION =
'caption'- LABEL =
'label'- TOC_ENTRY =
'toc_entry'- CROSS_REFERENCE =
'cross_reference'
Class Method Summary collapse
Class Method Details
.values ⇒ Object
596 597 598 |
# File 'lib/kreuzberg/types.rb', line 596 def self.values [FOOTNOTE_REFERENCE, CITATION_REFERENCE, INTERNAL_LINK, CAPTION, LABEL, TOC_ENTRY, CROSS_REFERENCE] end |