Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
226
function
resolveNameSpace(name, removeNSPrefix) {
Callers
2
Xml2JsParser
Class · 0.95
parseAttributesExp
Function · 0.80
Calls
1
parse
Method · 0.45
Tested by
no test coverage detected