Source position: sax_xml.pp line 30
type TXMLScannerContext = (
scUnknown,
scWhitespace,
scText,
scCData,
scComment,
scEntityReference,
scTag
);