Lawtext core references / core/src/node/container
core/src/node/container
Enumerations
ContainerType
Defined in: core/src/node/container/index.ts:5 (opens in a new tab)
Enumeration Members
ARTICLES
ARTICLES:
"ARTICLES"
Defined in: core/src/node/container/index.ts:8 (opens in a new tab)
ROOT
ROOT:
"ROOT"
Defined in: core/src/node/container/index.ts:6 (opens in a new tab)
SENTENCES
SENTENCES:
"SENTENCES"
Defined in: core/src/node/container/index.ts:9 (opens in a new tab)
TOPLEVEL
TOPLEVEL:
"TOPLEVEL"
Defined in: core/src/node/container/index.ts:7 (opens in a new tab)
Classes
Interfaces
Variables
articlesContainerTags
constarticlesContainerTags: ("Part"|"Chapter"|"Section"|"Subsection"|"Division"|"SupplProvisionAppdxTable"|"SupplProvisionAppdxStyle"|"SupplProvisionAppdx")[]
Defined in: core/src/node/container/index.ts:16 (opens in a new tab)
containerTags
constcontainerTags: readonly ["Law","EnactStatement","Preamble","MainProvision","SupplProvision","AppdxFig","AppdxStyle","AppdxFormat","AppdxTable","AppdxNote","Appdx","Part"|"Chapter"|"Section"|"Subsection"|"Division"|"SupplProvisionAppdxTable"|"SupplProvisionAppdxStyle"|"SupplProvisionAppdx","Article","Paragraph","Item","Subitem1","Subitem2","Subitem3","Subitem4","Subitem5","Subitem6","Subitem7","Subitem8","Subitem9","Subitem10","Table","TableRow","TableColumn"]
Defined in: core/src/node/container/index.ts:26 (opens in a new tab)
rootContainerTags
constrootContainerTags: readonly ["Law"]
Defined in: core/src/node/container/index.ts:12 (opens in a new tab)
sentencesContainerTags
constsentencesContainerTags: readonly ["Article","Paragraph","Item","Subitem1","Subitem2","Subitem3","Subitem4","Subitem5","Subitem6","Subitem7","Subitem8","Subitem9","Subitem10","Table","TableRow","TableColumn"]
Defined in: core/src/node/container/index.ts:18 (opens in a new tab)
toplevelContainerTags
consttoplevelContainerTags: readonly ["EnactStatement","Preamble","MainProvision","SupplProvision","AppdxFig","AppdxStyle","AppdxFormat","AppdxTable","AppdxNote","Appdx"]
Defined in: core/src/node/container/index.ts:14 (opens in a new tab)
Functions
getContainerType()
getContainerType(
tag):ContainerType
Defined in: core/src/node/container/index.ts:33 (opens in a new tab)
Parameters
tag
string