Zen API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kBool kXml_AttrExists ( kXml  xml,
kXmlItem  item,
const kChar name 
)

Reports whether a specific attribute exists for the given XML element.

Parameters
xmlXML document.
itemElement node.
nameAttribute name.
Returns
kTRUE if attribute exists. kFALSE otherwise.