Zen API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kXmlItem kXml_ChildAt ( kXml  xml,
kXmlItem  parent,
kSize  index 
)

Returns a child node at a specific index within the list of child nodes for the given parent node.

Parameters
xmlXML document.
parentParent node.
indexChild node index.
Returns
Requested child node, or kNULL if not found.