xmlReaderGetAttributeCount

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: Apr 15 2024
Copyright © 2024 Thunderstone Software LLC. All rights reserved.