Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getInstrumentSet
Function · 0.95
parseXml
Method · 0.95
parseXml
Method · 0.95
readScore
Method · 0.95
_extractMusicXml
Method · 0.95
Calls
no outgoing calls
Tested by
1
getInstrumentSet
Function · 0.76