-
Notifications
You must be signed in to change notification settings - Fork 5
NamespacesMap
do- edited this page Nov 28, 2021
·
11 revisions
AttributesMap is a Map descendant representing namespace declarations of an XML element in the context of all his ancestors.
const n = new NamespacesMap (xmlNode)If xmlNode has a parent, copies the concent from its namespacesMap.
| Name | Type | Description |
|---|---|---|
| getNamespaceURI (qName) | string | URI of the namespace for this Qualified name |
| getQNames (localName, namespaceURI) | [string] | Construct all possible qualified names for the given pair |