Library
core
modules
Core Src Node Container

Lawtext core references / core/src/node/container

Module: core/src/node/container

Table of contents

Enumerations

Classes

Interfaces

Variables

Functions

Variables

articlesContainerTags

Const articlesContainerTags: readonly ["Part", "Chapter", "Section", "Subsection", "Division"] = std.articleGroupTags

Defined in

core/src/node/container/index.ts:15 (opens in a new tab)


containerTags

Const containerTags: readonly ["Law", "EnactStatement", "Preamble", "MainProvision", "SupplProvision", "AppdxFig", "AppdxStyle", "AppdxFormat", "AppdxTable", "AppdxNote", "Appdx", "Part", "Chapter", "Section", "Subsection", "Division", "Article", "Paragraph", "Item", "Subitem1", "Subitem2", "Subitem3", "Subitem4", "Subitem5", "Subitem6", "Subitem7", "Subitem8", "Subitem9", "Subitem10", "Table", "TableRow", "TableColumn", "Sentence"]

Defined in

core/src/node/container/index.ts:26 (opens in a new tab)


rootContainerTags

Const rootContainerTags: readonly ["Law"]

Defined in

core/src/node/container/index.ts:11 (opens in a new tab)


sentencesContainerTags

Const sentencesContainerTags: readonly ["Article", "Paragraph", "Item", "Subitem1", "Subitem2", "Subitem3", "Subitem4", "Subitem5", "Subitem6", "Subitem7", "Subitem8", "Subitem9", "Subitem10", "Table", "TableRow", "TableColumn", "Sentence"]

Defined in

core/src/node/container/index.ts:17 (opens in a new tab)


toplevelContainerTags

Const toplevelContainerTags: readonly ["EnactStatement", "Preamble", "MainProvision", "SupplProvision", "AppdxFig", "AppdxStyle", "AppdxFormat", "AppdxTable", "AppdxNote", "Appdx"]

Defined in

core/src/node/container/index.ts:13 (opens in a new tab)

Functions

getContainerType

getContainerType(tag): ContainerType

Parameters

NameType
tagstring

Returns

ContainerType

Defined in

core/src/node/container/index.ts:33 (opens in a new tab)