Contents Previous Next

mxmlIndexReset()


Description

Reset the enumeration/find pointer in the index and return the first node in the index. This function should be called prior to using mxmlIndexEnum() or mxmlIndexFind() for the first time.

Syntax

mxml_node_t *
mxmlIndexReset(
    mxml_index_t * ind);

Arguments

NameDescription
indIndex to reset

Returns

First node or NULL if there is none


Contents Previous Next