Skip to main content

Interface: XmlAuralAlertParser

Defined in: src/sdk/utils/sound/AuralAlertSystemXmlAdapter.ts:83

A parser of XML-defined aural alerts.

Methods

parse()

parse(root): XmlAuralAlertDefinition[]

Defined in: src/sdk/utils/sound/AuralAlertSystemXmlAdapter.ts:88

Parses alert definitions from an XML document.

Parameters

ParameterTypeDescription
rootElementThe root XML document element containing the alert definitions.

Returns

XmlAuralAlertDefinition[]