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

Reports whether a child node exists at the specified relative path.

Parameters
xmlXML document.
parentParent node.
pathPath relative to the parent node.
Returns
kTRUE if child exists. kFALSE otherwise.