|
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: Mon Feb 18 10:28:15 EST 2013
|