Source position: xmlreader.pp line 46
type TXMLReadState = (
rsInitial,
rsInteractive,
rsError,
rsEndOfFile,
rsClosed
);