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

Class

src/xmlparser/XMLParser.js:7–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5import XmlNode from './xmlNode.js';
6
7export default class XMLParser {
8
9 constructor(options) {
10 this.externalEntities = {};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected