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.
index
th item in the collection.
public virtual GetLength( | oLength) |
oLength - 1
inclusive.
public virtual Item( | iIndex, | |
oItem) |
index
th 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
.
index
th position in the
NULL_var
if that is not a valid index.
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.