The XMLNamedNodeMap class is the main class for node maps, usually used for attributes of an element.

The XMLNamedNodeMap class defines the following attribute.

Attribute

Returns

Description

length

Number

The length of a list

The XMLNamedNodeMap class defines the following methods.

Method

Returns

Description

getNamedItem(string):XMLNode

XMLNode

Retrieves a node specified by name.

item(number):XMLNode

XMLNode

Retrieves a child node at index.