Public Member Functions

nsIOutputIterator Interface Reference

... More...

import "nsISupportsIterators.idl";

List of all members.

Public Member Functions

void putElement (in nsISupports anElementToPut)
 Put |anElementToPut| into the underlying container or sequence at the position currently pointed to by this iterator.
void stepForward ()
 Advance this iterator to the next position in the underlying container or sequence.

Detailed Description

...


Member Function Documentation

void nsIOutputIterator::putElement ( in nsISupports  anElementToPut  ) 

Put |anElementToPut| into the underlying container or sequence at the position currently pointed to by this iterator.

The iterator and the underlying container or sequence cooperate to |Release()| the replaced element, if any and if necessary, and to |AddRef()| the new element.

The result is undefined if this iterator currently points outside the useful range of the underlying container or sequence.

Parameters:
anElementToPut the element to place into the underlying container or sequence
void nsIOutputIterator::stepForward (  ) 

Advance this iterator to the next position in the underlying container or sequence.


The documentation for this interface was generated from the following file: