Call the acioNextNamedEntry function to locate the next child entry in a result that matches the name.
t_aciObject* acioNextNamedEntry( t_aciObject* pObject, const char* szName)
| Arguments | Type/Description |
|---|---|
pObject
|
t_aciObject* A pointer to an ACI_DATA object that contains an XML result. |
szName
|
const char* The name of the tag to match. |
Find the next entry in the same manner as acioNextEntry, but skip tags that do not match szName.
The next entry that matches or NULL if the object is not found or no next entry exists.
|
|