Lawtext core references / core/src/node/cst/line
core/src/node/cst/line
Enumerations
LineType
Defined in: core/src/node/cst/line.ts:28
LineType: the identifiers that distinguish the different types of Line.
Enumeration Members
APP
APP:
"APP"
Defined in: core/src/node/cst/line.ts:32
ARG
ARG:
"ARG"
Defined in: core/src/node/cst/line.ts:31
ART
ART:
"ART"
Defined in: core/src/node/cst/line.ts:35
BNK
BNK:
"BNK"
Defined in: core/src/node/cst/line.ts:29
OTH
OTH:
"OTH"
Defined in: core/src/node/cst/line.ts:38
PIT
PIT:
"PIT"
Defined in: core/src/node/cst/line.ts:36
SPA
SPA:
"SPA"
Defined in: core/src/node/cst/line.ts:34
SPR
SPR:
"SPR"
Defined in: core/src/node/cst/line.ts:33
TBL
TBL:
"TBL"
Defined in: core/src/node/cst/line.ts:37
TOC
TOC:
"TOC"
Defined in: core/src/node/cst/line.ts:30
Classes
- AppdxItemHeadLine
- ArticleGroupHeadLine
- ArticleLine
- BlankLine
- OtherLine
- ParagraphItemLine
- SupplProvisionAppdxItemHeadLine
- SupplProvisionHeadLine
- TableColumnLine
- TOCHeadLine
Type Aliases
Line
Line =
BlankLine|TOCHeadLine|ArticleGroupHeadLine|AppdxItemHeadLine|SupplProvisionHeadLine|SupplProvisionAppdxItemHeadLine|ArticleLine|ParagraphItemLine|TableColumnLine|OtherLine
Defined in: core/src/node/cst/line.ts:12
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.