Library
core
src
node
el
elToXML
Readme

Lawtext core referencesDocs


Lawtext core references / core/src/node/el/elToXML

core/src/node/el/elToXML

Functions

innerXML()

innerXML(el, withControlEl): string

Parameters

el: JsonEL

withControlEl: boolean = false

Returns

string

Defined in

core/src/node/el/elToXML.ts:31 (opens in a new tab)


outerXML()

outerXML(el, withControlEl): string

Parameters

el: JsonEL

withControlEl: boolean = false

Returns

string

Defined in

core/src/node/el/elToXML.ts:22 (opens in a new tab)


wrapXML()

wrapXML(el, inner): string

Parameters

el: JsonEL

inner: string

Returns

string

Defined in

core/src/node/el/elToXML.ts:11 (opens in a new tab)