XMLReader.NextAttribute
Syntax:
Returned value:
True - attribute is read, False - there are no more attributes.
Description:
At the same time properties XMLReader.NodeType, XMLReader.Name, XMLReader.LocalName, XMLReader.Prefix, XMLReader.NamespaceURI, XMLReader.Value and others get values that correspond to read attribute data.
Calling method XMLReader.Read interrupts reading element attributes and positions a current node to the next attribute after StartElement.
Availability: