summaryrefslogtreecommitdiff
path: root/src/treebuilder/internal.h
Commit message (Expand)AuthorAgeFilesLines
* Significantly refactor the "in foreign content" mode. Still doesn't work, bu...Andrew Sidwell2008-07-111-1/+0
* Fix up foster parenting a bit more. Make the current table calculated on-the...Andrew Sidwell2008-07-111-1/+1
* - Handle in_table_foster for element insertion (yet to do comment/character).Andrew Sidwell2008-07-101-0/+3
* Make element_type_from_name() available everywhere when debugging.Andrew Sidwell2008-07-101-0/+3
* Implement the "in table" insertion mode, at least partially. (The adoption a...Andrew Sidwell2008-07-031-4/+15
* Add "in foreign content" handling. Not convinced this is the best way.Andrew Sidwell2008-06-301-1/+6
* Add namespace awareness right through the code, in preparation for handling f...Andrew Sidwell2008-06-261-2/+4
* Add code to adjust foreign attributes, as per spec.Andrew Sidwell2008-06-261-0/+3
* Move some stuff internal to the "in head" mode to in_head.c.Andrew Sidwell2008-06-261-4/+0
* Implement the "in select" insertion mode, and add some more utility functions.Andrew Sidwell2008-06-251-0/+3
* Add a utility current_node() function which returns the current node.Andrew Sidwell2008-06-251-0/+1
* Put each insertion mode into its own C file, so that treebuilder.c doesn't ge...Andrew Sidwell2008-06-231-27/+0
* Add a stubbed "in foreign content" state for the treebuilder.Andrew Sidwell2008-06-231-0/+1
* Update the treebuilder so it's closer to current spec (I'm sure I've missed s...Andrew Sidwell2008-06-231-7/+9
* Implement "in body" insertion mode.John Mark Bell2008-04-071-0/+190