ContentsIndexHome
PreviousUpNext
ISetIterator Members

The following tables list the members exposed by ISetIterator.

Public Methods
 
Name 
Description 
 
Closes the iterator and invalidates the object.  
 
Creates an IElement to be used with the getElement method.  
 
Verifies whether the IElement is compatible with the rootset of the ISetData to which this iterator belongs.  
 
Gets the element associated with the current iterator position.  
 
next 
Moves the current iterator position to the next iterator position, if any.  
 
Re initializes the iterator: Moves the current position to before the beginning of the data; a subsequent next call will find the first element. If the iterator was in an erroneous state, the reset method will also reset the state to normal.
 
 
Name 
Description 
 
Gets the IElement associated with the current iterator position.