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

Method parseBytesArr

src/v6/Xml2JsParser.js:38–42  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

36 return this.outputBuilder.getOutput();
37 }
38 parseBytesArr(data) {
39 this.source = new BufferSource(data );
40 this.parseXml();
41 return this.outputBuilder.getOutput();
42 }
43
44 parseXml() {
45 //TODO: Separate TagValueParser as separate class. So no scope issue in node builder class

Callers 1

parseBytesArrMethod · 0.95

Calls 2

parseXmlMethod · 0.95
getOutputMethod · 0.45

Tested by

no test coverage detected