Skip to content

Class: StackElement

expat.StackElement

Constructors

constructor

new StackElement(tag, attrs): StackElement

Parameters

NameType
tagstring
attrsAttributes

Returns

StackElement

Defined in

expat.ts:121

Properties

tag

Readonly tag: string

Defined in

expat.ts:121


attrs

Readonly attrs: Attributes

Defined in

expat.ts:121

Accessors

content

get content(): string

Returns

string

Defined in

expat.ts:117

Methods

appendContent

appendContent(content): void

Parameters

NameType
contentstring

Returns

void

Defined in

expat.ts:124

Released under the Apache-2.0 License.