Source position: sax_xml.pp line 70
type TXMLNodeType = (
ntWhitespace,
ntText,
ntEntityReference,
ntTag,
ntComment
);