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.
mxml_node_t * mxmlIndexReset( mxml_index_t * ind);
Name | Description |
---|---|
ind | Index to reset |
First node or NULL if there is none