... More...
import "nsISupportsIterators.idl";
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. | |
...
| 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.
| 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.
1.7.1