Zen API
zXml_AttrExists
C
zBool zXml_AttrExists(zXml xml, zXmlItem item, const zChar* name);
Parameters
Parameters 
Description 
zXml xml 
XML document object. 
zXmlItem item 
Element node. 
const zChar* name 
Attribute name. 
Description

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

File

zXml.h

Copyright (c) 2008-2010 by LMI Technologies Inc. All rights reserved.