Skip to Content
LibraryCoreSrcNodeElJsonelInterfacesInterface: JsonEL

Lawtext core references


Lawtext core references / core/src/node/el/jsonEL / JsonEL

Interface: JsonEL

Defined in: core/src/node/el/jsonEL.ts:4 

JsonEL: a tree structure that represents simplified structure of XML. A JsonEL object corresponds to an XML element.

Properties

attr

attr: Record<string, string | undefined>

Defined in: core/src/node/el/jsonEL.ts:9 

The attributes of the element


children

children: (string | JsonEL)[]

Defined in: core/src/node/el/jsonEL.ts:12 

The children of the element


tag

tag: string

Defined in: core/src/node/el/jsonEL.ts:6 

The tag name of the element

© 2017-2026 yamachi