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