Contents Previous Next

mxmlIndexEnum()

Description

Return the next node in the index.

Nodes are returned in the sorted order of the index.

Syntax

mxml_node_t *
mxmlIndexEnum( mxml_index_t * ind);

Arguments

NameDescription
indIndex to enumerate

Returns

Next node or NULL if there is none


Contents Previous Next