summaryrefslogtreecommitdiff
path: root/include/hubbub/types.h
Commit message (Collapse)AuthorAgeFilesLines
* hubbub_strings may now be either an offset into the data buffer or a pointer ↵John Mark Bell2008-03-211-1/+10
| | | | | | | | | | | | | to constant data. Fix up tokeniser and treebuilder to deal with this. Fix up testcases, too. The tokeniser will only ever emit strings of type HUBBUB_STRING_OFF. Anything else is a bug which should be fixed. The treebuilder may emit strings of either type. svn path=/trunk/hubbub/; revision=4014
* More treebuilder (8.2.4.8)John Mark Bell2008-03-111-0/+9
| | | | | | | | | Make tree_handler a pointer rather than value. Check for tree_handler's presence in hubbub_treebuilder_token_handler rather than scattering checks all over the treebuilder code. Add test driver (doesn't actually build a tree but will exercise the core code correctly and verify that the treebuilder code releases all the node references it gains) Enhance quirks mode reporting to distinguish between standards, limited, and full quirks modes. svn path=/trunk/hubbub/; revision=3939
* Import hubbub -- an HTML parsing library.John Mark Bell2007-06-231-0/+97
Plenty of work still to do (like tree generation ;) svn path=/trunk/hubbub/; revision=3359