5#include <system/object_ext.h> 
    6#include <system/enum.h> 
   33struct EnumMetaInfo<
System::Xml::ReadState>
 
   35    static const ASPOSECPP_SHARED_API std::array<std::pair<System::Xml::ReadState, const char_t*>, 5>& values();
 
@ Xml
Serialize according to the XML 1.0 rules.
 
ReadState
Specifies the state of the reader.
Definition: read_state.h:15
 
@ Closed
The XmlReader::Close method has been called.
 
@ Interactive
The XmlReader::Read method has been called. Additional methods may be called on the reader.
 
@ Initial
The XmlReader::Read method has not been called.
 
Definition: db_command.h:9