DIM hXmlReaderNodeAttributes AS .XmlReaderNodeAttributes
DIM hXmlReaderNode AS .XmlReaderNode

FOR EACH hXmlReaderNode IN hXmlReaderNodeAttributes
  ...
NEXT

Not documented