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