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