summaryrefslogtreecommitdiff
path: root/include/dom/core/document_type.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove casts related to dom_string in API macros because they were hiding ↵Daniel Silverstone2012-03-281-4/+4
| | | | | | errors such as the one fixed in r13764 svn path=/trunk/libdom/; revision=13765
* s/struct dom_string/dom_string/gJohn Mark Bell2011-04-071-13/+12
| | | | svn path=/trunk/libdom/; revision=12172
* Some more typo found by the testcases.Bo Yang2009-05-051-2/+2
| | | | svn path=/trunk/dom/; revision=7393
* Convert DocumentType to use vtable structure.Bo Yang2009-03-191-13/+84
| | | | svn path=/trunk/dom/; revision=6804
* Add email addressJames Shaw2007-07-191-1/+1
| | | | svn path=/trunk/dom/; revision=3442
* Stub out remainder of DocumentType API.John Mark Bell2007-07-161-4/+19
| | | | | | Minor other changes. svn path=/trunk/dom/; revision=3424
* Stub implementation of of dom_document_type methodsJames Shaw2007-07-161-0/+21
svn path=/trunk/dom/; revision=3422