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

Method replaceEntities

src/v6/Xml2JsParser.js:220–223  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

218 }
219
220 replaceEntities(text){
221 //TODO: if option is set then replace entities
222 return this.entityParser.parse(text)
223 }
224}
225
226function resolveNameSpace(name, removeNSPrefix) {

Callers 2

Xml2JsParserClass · 0.95
parseAttributesExpFunction · 0.80

Calls 1

parseMethod · 0.45

Tested by

no test coverage detected