acioFindFirstOccurrence
Call the acioFindFirstOccurrence
function to locate the first occurrence of the specified tag in an XML result.
Syntax
t_aciObject* acioFindFirstOccurrence ( t_aciObject* pObject, char* szTag)
Arguments
Arguments | Type/Description |
---|---|
pObject
|
t_aciObject* A pointer to an ACI_DATA object that is part of an XML result. |
szTag
|
char* A pointer to the requested tag. |
Discussion
The function finds the first occurrence of the specified szTag
in the XML structure represented by pObject
, using a child first search through the linked lists. You can call this function only for an ACI_DATA
type object.
Returns
A pointer to the tag’s contents or NULL
if the tag is not found.