Chapter 3 DynaScript Predefined Objects


DOMNamedNodeMap property

The DOMNamedNodeMap object has these properties:

length property

Syntax

DOMNamedNodeMap.length

Description

The number of objects in the map.

Example

This example loops over the items of a DOMNamedNodeMap object.

for ( i = 0; i < nodemap.length; i++ ){
// operations here
}

See also

"DOMNamedNodeMap object"

 


Copyright © 1999 Sybase, Inc. All rights reserved.