|
SYNOPSIS
int xmlReaderGetAttributeCount(xmlReader reader)
Parameters:
-
reader - the xmlReader object
Returns:
- The number of attributes on the current element
DESCRIPTION
xmlReaderGetAttributeCount() tells you the number of attributes
that are on the current element.
EXAMPLE
<$attrNum = (xmlReaderGetAttributeCount($reader))>
SEE ALSO
xmlReaderGetAttribute,
xmlReaderGetAttributeNumber
Copyright © Thunderstone Software Last updated: Thu Dec 22 15:13:31 EST 2011
|