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