Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIDOMNodeList
Interface providing the abstraction of an ordered
collection of nodes.
CATIDOMNodeLists are created by ,
.
The items in the are accessible via an integral index, starting from 0. CATIDOMNodeLists are "live", in that any changes to the document tree are immediately reflected in any CATIDOMNodeLists that may have been created for that tree.
indexth item in the collection.
| public virtual GetLength( | oLength) |
oLength - 1 inclusive.
| public virtual Item( | iIndex, | |
| oItem) |
indexth item in the collection.
If index is greater than or equal to the number of nodes in
the list, oItem is set to NULL_var.
indexth position in the
NULL_var if that is not a valid index.
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.