Indicates whether the end of the document was reached. 

Syntax

&DataType.EOF

Type Returned:
Boolean

Description

Indicates whether the end of the document was reached.
It can be used after invoking the read or readtype methods.

Backward Compatibility

In prior Genexus versions, the EOF property returned an Int16 type. In the current Genexus Ev1 version the data type returned by the property is boolean, so you will need to use it as follows:

if (&DataType.EOF)

....

Endif

Scope

Extended Data Types: XmlReader
Languages: .NET, Java, Ruby (up to GeneXus X Evolution 3), Visual FoxPro (up to GeneXus X Evolution 3)

See Also

XmlReader Data Type