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

Class

src/xmlparser/xmlNode.js:11–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9}
10
11export default class XmlNode {
12 constructor(tagname) {
13 this.tagname = tagname;
14 this.child = []; //nested tags, text, cdata, comments in order

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected