Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NaturalIntelligence/fast-xml-parser
/
Class
src/v6/XMLParser.js:4–4 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2
import
Xml2JsParser from
'./Xml2JsParser.js'
;
3
4
export
default
class
XMLParser {
5
6
constructor(options) {
7
this.externalEntities = {};
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected