XMLReader->moveToFirstAttribute()

(no version information, might be only in CVS)

XMLReader->moveToFirstAttribute() -- Position cursor on the first Attribute

Description

class XMLReader {

bool moveToFirstAttribute ( void )

}

Moves cursor to the first Attribute.

Return Values

Geeft TRUE terug bij succes, FALSE indien er een fout is opgetreden.

Zie ook

XMLReader->moveToElement()
XMLReader->moveToAttribute()
XMLReader->moveToAttributeNo()
XMLReader->moveToAttributeNs()
XMLReader->moveToNextAttribute()