WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.

nsIBidirectionalEnumerator

IID:75f158a0-cadd-11d2-8cca-0060b0fc14a3
Inherits From:nsIEnumerator

Methods

void last ( ) void prev ( )

void last ( )

Last will reset the list to the end. will return NS_FAILED if no items


void prev ( )

Prev will decrement the list. will return failed if already at beginning

Reference documentation is generated from Mozilla's source.