%class html_scanner include <ml/html/scanner.h> static int delim(char c) { return (c=='\0'||c==' '||c=='\n'||c=='\t'); }