Lawtext core references • Docs
Lawtext core references / core/src/node/cst/line
core/src/node/cst/line
Index
Classes
- AppdxItemHeadLine
- ArticleGroupHeadLine
- ArticleLine
- BlankLine
- OtherLine
- ParagraphItemLine
- SupplProvisionAppdxItemHeadLine
- SupplProvisionHeadLine
- TOCHeadLine
- TableColumnLine
Enumerations
LineType
LineType: the identifiers that distinguish the different types of Line
.
Enumeration Members
APP
APP:
"APP"
Defined in
core/src/node/cst/line.ts:32 (opens in a new tab)
ARG
ARG:
"ARG"
Defined in
core/src/node/cst/line.ts:31 (opens in a new tab)
ART
ART:
"ART"
Defined in
core/src/node/cst/line.ts:35 (opens in a new tab)
BNK
BNK:
"BNK"
Defined in
core/src/node/cst/line.ts:29 (opens in a new tab)
OTH
OTH:
"OTH"
Defined in
core/src/node/cst/line.ts:38 (opens in a new tab)
PIT
PIT:
"PIT"
Defined in
core/src/node/cst/line.ts:36 (opens in a new tab)
SPA
SPA:
"SPA"
Defined in
core/src/node/cst/line.ts:34 (opens in a new tab)
SPR
SPR:
"SPR"
Defined in
core/src/node/cst/line.ts:33 (opens in a new tab)
TBL
TBL:
"TBL"
Defined in
core/src/node/cst/line.ts:37 (opens in a new tab)
TOC
TOC:
"TOC"
Defined in
core/src/node/cst/line.ts:30 (opens in a new tab)
Type Aliases
Line
Line:
BlankLine
|TOCHeadLine
|ArticleGroupHeadLine
|AppdxItemHeadLine
|SupplProvisionHeadLine
|SupplProvisionAppdxItemHeadLine
|ArticleLine
|ParagraphItemLine
|TableColumnLine
|OtherLine
Line: the unit of a CST of the parsed lawtext.
A Line
represents a physical line in the lawtext separated by newline characters. The Line
object has a property named type
with the type of LineType
, and the different types of Line
are distinguished by that property.