Type represents state of the reader

Namespace:  Greatis.FormDesigner
Assembly:  Greatis.FormDesigner.Interop (in Greatis.FormDesigner.Interop.dll)

Syntax

Visual Basic (Declaration)
Public Enumeration ReaderState
C#
public enum ReaderState
Visual C++
public enum class ReaderState
JavaScript
Greatis.FormDesigner.ReaderState = function();
Greatis.FormDesigner.ReaderState.createEnum('Greatis.FormDesigner.ReaderState', false);

Members

Member nameDescription
Initial
state before reading
StartElement
reading start element tag
Value
reading value
EndElement
reading end element tag
EOF
End of file was reached
Error
Error occured while reading

See Also