MCPcopy Create free account
hub / github.com/NaturalIntelligence/fast-xml-parser / parse

Method parse

src/v6/Xml2JsParser.js:33–37  ·  view source on GitHub ↗
(strData)

Source from the content-addressed store, hash-verified

31 }
32
33 parse(strData) {
34 this.source = new StringSource(strData);
35 this.parseXml();
36 return this.outputBuilder.getOutput();
37 }
38 parseBytesArr(data) {
39 this.source = new BufferSource(data );
40 this.parseXml();

Callers 2

parseMethod · 0.95
replaceEntitiesMethod · 0.45

Calls 2

parseXmlMethod · 0.95
getOutputMethod · 0.45

Tested by

no test coverage detected