Chapter 3 DynaScript Predefined Objects


DOMNamedNodeMap object

Object

Represents a collection of DOMNode objects that can be accessed by name.

Syntax

To use a DOMNamedNodeMap's property:

DOMNamedNodeMap.propertyName

To use a DOMNamedNodeMap's method:

DOMNamedNodeMap.MethodName( parameter ) 

Description

DOMNamedNodeMap objects represent an unordered collection of DOMNode objects. Objects within the node map can be accessed by an ordinal index, but this is simply provided as a means of enumerating the objects within the node map. It does not imply that the objects within the node map are ordered.

 


Copyright © 1999 Sybase, Inc. All rights reserved.