nextDocument( )

Gets the next document in sequence.

Interface

PODSDocumentEnumerator

IDL definition
PODSDocument nextDocument( );
JavaScript synopsis

Not applicable

C synopsis
PODSDocument* PODSnextDocument(
  PODSDocumentEnumerator* docenum
);
Parameters
  • docenum   The PODSDocumentEnumerator object.

Returns

The next document in the PODSDocumentEnumerator sequence. NULL when there are no more documents.

Remarks

Do not access the prior document after calling nextDocument( ) because it may already have been destroyed. The final document is destroyed when the document enumerator is destroyed.