Zen API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kStatus kXml_FindChild ( kXml  xml,
kXmlItem  parent,
const kChar path,
kXmlItem child 
)

Finds the child node at the given relative path, if it exists.

Parameters
xmlXML document.
parentParent node.
pathPath relative to the parent node.
childReceives child node, if it exists.
Returns
kOperation status (kERROR_FORMAT if not found).