summaryrefslogtreecommitdiff
path: root/src/treebuilder/internal.h
Commit message (Collapse)AuthorAgeFilesLines
* Add code to adjust foreign attributes, as per spec.Andrew Sidwell2008-06-261-0/+3
| | | | svn path=/trunk/hubbub/; revision=4454
* Move some stuff internal to the "in head" mode to in_head.c.Andrew Sidwell2008-06-261-4/+0
| | | | svn path=/trunk/hubbub/; revision=4451
* Implement the "in select" insertion mode, and add some more utility functions.Andrew Sidwell2008-06-251-0/+3
| | | | svn path=/trunk/hubbub/; revision=4446
* Add a utility current_node() function which returns the current node.Andrew Sidwell2008-06-251-0/+1
| | | | svn path=/trunk/hubbub/; revision=4445
* Put each insertion mode into its own C file, so that treebuilder.c doesn't ↵Andrew Sidwell2008-06-231-27/+0
| | | | | | get extremely long. svn path=/trunk/hubbub/; revision=4429
* Add a stubbed "in foreign content" state for the treebuilder.Andrew Sidwell2008-06-231-0/+1
| | | | svn path=/trunk/hubbub/; revision=4427
* Update the treebuilder so it's closer to current spec (I'm sure I've missed ↵Andrew Sidwell2008-06-231-7/+9
| | | | | | stuff). svn path=/trunk/hubbub/; revision=4426
* Implement "in body" insertion mode.John Mark Bell2008-04-071-0/+190
Modify treebuilder test driver to bring it in line with API changes. A few minimal bits of testdata for various bits of in body. Proper testing will come once we're actually building a tree. svn path=/trunk/hubbub/; revision=4076