uuid(059f284a-c198-4c6e-9e3b-2f45acbe7f12)
This is the primary interface for working with collections of nodes
Name | Description |
---|---|
_NewEnum [propget] | A standard COM enumerator, allows use of the "for each node in nodes" functionality |
Item [propget] | Access a specific child item, by offset |
ItemByName [propget] | Access a specific child item, by name and namespace URI |
Count [propget] | The number of nodes in the collection |
Append | Adds a new node to the end of the collection |
Clear | removes all items from the collection |
Create | Creates and initializes a new node, add it to the collection and returns it. |
There is a standard implementation of this [see the CNodes class], you shouldn't need to implement this.
Call this interface to manipulate a collection of nodes.
Copyright © Simon Fell, 2000-2004. All rights reserved.