Skip to content

AttributesMap

do- edited this page Nov 27, 2021 · 16 revisions

AttributesMap is a Map descendant connected to XMLReader internals to process attributes.

Constructor

const m = new AttributesMap (xmlReader)

Methods

set

The set method is redefined so:

  • if xmlReader.useEntities is set on, the values are handled with EntityResolver before being set.

Clone this wiki locally