summaryrefslogtreecommitdiff
path: root/include/dom/core/document.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove casts related to dom_string in API macros because they were hiding ↵Daniel Silverstone2012-03-281-24/+20
| | | | | | errors such as the one fixed in r13764 svn path=/trunk/libdom/; revision=13765
* Migrate quirks from html_document to documentDaniel Silverstone2012-03-241-0/+32
| | | | svn path=/trunk/libdom/; revision=13633
* s/struct dom_string/dom_string/gJohn Mark Bell2011-04-071-69/+68
| | | | svn path=/trunk/libdom/; revision=12172
* Remove bootstrap infrastructure, and just make dom_implementation a stub.John Mark Bell2010-12-051-4/+4
| | | | | | We only support a single implementation, so all the registry and implementation list stuff is totally unnecesary and overcomplex svn path=/trunk/dom/; revision=11017
* Merge the branches/struggleyb/libdom-remain back to trunk.Bo Yang2009-08-111-3/+3
| | | | svn path=/trunk/dom/; revision=9191
* 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