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

Method constructor

src/v6/XMLParser.js:6–10  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

4export default class XMLParser {
5
6 constructor(options) {
7 this.externalEntities = {};
8 this.options = buildOptions(options);
9 // console.log(this.options)
10 }
11 /**
12 * Parse XML data string to JS object
13 * @param {string|Buffer} xmlData

Callers

nothing calls this directly

Calls 1

buildOptionsFunction · 0.90

Tested by

no test coverage detected