The Mozilla
Organization
Our Mission
Who We Are
Getting Involved
Community
Editorials
What's New
Development
Module Owners
Blue Sky
Projects
Source Code
Getting It
Documentation
License Terms
Bugs
Search
Feedback


PUBLIC INTL_CompoundStrIterator INTL_CompoundStrNextStr ( INTL_CompoundStrIterator iterator, INTL_Encoding_ID *outencoding, unsigned char** outtext )

Iterating INTL_CompoundStr

Documentation

Iterating INTL_CompoundStr. This function iterates through the INTL_CompoundStr for the given INTL_CompoundStrIterator.
Returns:
INTL_CompoundStrIterator. The state of the iteration. Should be passed to INTL_CompoundStrNextStr. NULL if the iteration is finished.
Parameters:
iterator - Specifies the INTL_CompoundStrIterator
outencoding - Returns the encoding of the current node
outtext - Returns the text of the current node. The caller should not free it.
See Also:
INTL_CompoundStrFirstStr

alphabetic index hierarchy of classes


Copyright © 1998 Netscape Communications Corporation

generated by doc++



Copyright © 1998 Netscape Communications Corporation.