Source position: sax_html.pp line 82
type THTMLNodeType = (
ntWhitespace,
ntText,
ntEntityReference,
ntTag
);