summaryrefslogtreecommitdiff
path: root/include/dom/core/document.h
Commit message (Collapse)AuthorAgeFilesLines
* Convert DOMFragment to use vtable structure.Bo Yang2009-03-191-3/+3
| | | | svn path=/trunk/dom/; revision=6806
* Convert DOM document interface to use vtable structure.Bo Yang2009-03-191-65/+404
| | | | svn path=/trunk/dom/; revision=6802
* Rationalise dom_string (some consideration is required as to what happens ↵John Mark Bell2009-03-031-0/+3
| | | | | | | | | wrt interning -- lwc_strings should probably be used) Purge charset handling -- a) documents are always converted to utf-8 b) use parserutils for utf-8 handling Fix Hubbub binding to compile. svn path=/trunk/dom/; revision=6682
* 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