summaryrefslogtreecommitdiff
path: root/include/dom/core/document.h
Commit message (Collapse)AuthorAgeFilesLines
* Sort out somewhat messy object construction.John Mark Bell2007-07-281-5/+12
| | | | | | We now have explicit types for all classes (rather than using the parent class for those which inherit but add no extra data content). svn path=/trunk/dom/; revision=3465
* Add omitted dom_document_create_comment APIJohn Mark Bell2007-07-221-0/+3
| | | | svn path=/trunk/dom/; revision=3459
* rename dom_document_get_element() to dom_document_get_document_element()James Shaw2007-07-211-1/+1
| | | | svn path=/trunk/dom/; revision=3453
* Purge all trace of the ballache that was dom_ctx.John Mark Bell2007-07-061-68/+55
| | | | | | Document the functions in document.c svn path=/trunk/dom/; revision=3385
* Import DOM library.John Mark Bell2007-07-061-0/+105
This is mainly stub functions atm (and is missing a number of key interfaces). svn path=/trunk/dom/; revision=3384