summaryrefslogtreecommitdiff
path: root/include/hubbub/tree.h
Commit message (Collapse)AuthorAgeFilesLines
* Add Script complete callbackVincent Sanders2012-07-051-0/+10
|
* Sprinkle some C++ scoping aroundJohn Mark Bell2010-10-231-0/+9
| | | | svn path=/trunk/hubbub/; revision=10901
* Manually merge r7070 into trunkJohn Mark Bell2009-04-151-37/+62
| | | | svn path=/trunk/hubbub/; revision=7082
* Move tree callback definitions into tree.hJohn Mark Bell2009-04-041-0/+218
| | | | svn path=/trunk/hubbub/; revision=7042
* Use doxygen to create API documentation.John Mark Bell2009-01-081-18/+18
| | | | | | Add a bunch of extra commentary to stop doxygen warning. svn path=/trunk/hubbub/; revision=5994
* Add <meta charset> support in the treebuilder.Andrew Sidwell2008-08-101-0/+1
| | | | svn path=/trunk/hubbub/; revision=4991
* Implement "in body" insertion mode.John Mark Bell2008-04-071-1/+5
| | | | | | | 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
* More treebuilder (really 8.2.4.8 this time)John Mark Bell2008-03-111-0/+1
| | | | | | Add tree handler entrypoint for creating elements with verbatim names svn path=/trunk/hubbub/; revision=3940
* More treebuilder (up to 8.2.4.7)John Mark Bell2008-03-111-1/+2
| | | | | | | | Loads of issues still outstanding, including a distinct lack of error handling Change tree handler API to allow (de)referencing of nodes rather than explicit destruction. Change create_element handler to take an entire hubbub_tag rather than just the tag name -- the DOM binding can deal with the issue of attaching attributes to the created element node. svn path=/trunk/hubbub/; revision=3932
* Beginnings of a tree builder.John Mark Bell2008-03-071-0/+31
Distinct lack of any real functionality beyond creation/destruction & option setting. svn path=/trunk/hubbub/; revision=3894