#ifndef SGMLTAG_H #define SGMLTAG_H #include #define XTRAXML 1 class html_tag_class; typedef enum {notag,tag,endoftag,endoftag_startoftag} estate; extern estate (html_tag_class::*tagState)(wint_t kar); extern void dummyCallBack(void *); class html_tag_class { private: void * arg; #if XTRAXML void (*CallBackStartScript)(void *); // called when or has been read and the markup is not script, comment CDATA or a tag. void (*CallBackStartComment)(void *); // called when