Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
5
import
XmlNode from
'./xmlNode.js'
;
6
7
export
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