The Mozilla
Organization
At A Glance
Feedback
Get Involved
Newsgroups
License Terms
Newsbot
Developer Docs
Roadmap
Projects
Ports
Module Owners
Hacking
Get the Source
Build It
Testing
Download
Bugzilla
Bug Writing
Tools
View Source
Tree Status
New Checkins
Submit A Bug
FAQ
Search

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-1999 The Mozilla Organization.
Last modified April 17, 1998.