Chapter 3 DynaScript Predefined Objects


DOMNodeList object

Object

Represents an ordered collection of nodes.

Syntax

To use a DOMNodeList's property:

DOMNodeList.propertyName

To use a DOMNodeList's method:

DOMNodeList.MethodName( parameter ) 

Description

The DOMNodeList object represents an ordered collection of DOMNode objects, or any object that inherits from DOMNode . The objects on the node list are accessible via an integral index. Index values start at zero.

 


Copyright © 1999 Sybase, Inc. All rights reserved.