-
Notifications
You must be signed in to change notification settings - Fork 4
AttributesMap
do- edited this page Nov 28, 2021
·
16 revisions
AttributesMap is a Map descendant connected to XMLReader internals to process
const a = new AttributesMap (xmlReader, nsMap = null)The set method is redefined so:
- if
xmlReader.useEntitiesis set on, the values are handled with EntityResolver before being set; - if
nsMapis not null and the key isxmlnsor anxmlns:prefixed string, the value is stored innsMapinstead of the current object.