Skip to main content

XmlElement interface

Represents a generic XML element in the parsed structure.

Signature

export interface XmlElement

Remarks

Defines the structure used by the XML parser for representing parsed XML elements, including text content, attributes, and child elements. Each element maps keys to arrays of child elements.

Properties

Property

Modifiers

Type

Description

":@"?

Record<string, string | number | boolean>

(Optional)

"#text"

string | number | boolean


Generated via tsdoc2docusaurus 1.3.0 by API Extractor/Documenter 7.52.8.