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

Method constructor

src/xmlparser/XMLParser.js:9–13  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

7export default class XMLParser {
8
9 constructor(options) {
10 this.externalEntities = {};
11 this.options = buildOptions(options);
12
13 }
14 /**
15 * Parse XML dats to JS object
16 * @param {string|Uint8Array} xmlData

Callers

nothing calls this directly

Calls 1

buildOptionsFunction · 0.90

Tested by

no test coverage detected