MCPcopy Create free account
hub / github.com/CoderLine/alphaTab / parse

Method parse

packages/alphatab/src/xml/XmlDocument.ts:37–39  ·  view source on GitHub ↗
(xml: string)

Source from the content-addressed store, hash-verified

35 }
36
37 public parse(xml: string) {
38 XmlParser.parse(xml, 0, this);
39 }
40
41 public override toString() {
42 return this.toFormattedString();

Callers 5

getInstrumentSetFunction · 0.95
parseXmlMethod · 0.95
parseXmlMethod · 0.95
readScoreMethod · 0.95
_extractMusicXmlMethod · 0.95

Calls

no outgoing calls

Tested by 1

getInstrumentSetFunction · 0.76