Preview 2.0 is now in Public Beta!
Read the Announcement
XmlParser

Summary

Constructors

constructor

Methods

parse

Constructors

constructor

new XmlParser(onEvent: (event: ParserEvent) => void, onError?: (error: Error, position: Position) => void, processNamespaces?: boolean, angularSyntax?: boolean): XmlParser
Parameter Default Description
onEvent
(event: ParserEvent) => void

onError
(error: Error, position: Position) => void

processNamespaces
boolean

angularSyntax
boolean

Returns XmlParser

Methods

parse

parse(xmlString: string): void
Parameter Default Description
xmlString
string

Returns void
Previous
WrappedValue