Chapter 3 DynaScript Predefined Objects
Represents an ordered collection of nodes.
To use a DOMNodeList's property:
DOMNodeList.propertyName
To use a DOMNodeList's method:
DOMNodeList.MethodName( parameter )
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. |