summaryrefslogtreecommitdiff
path: root/include/dom/core/attr.h
Commit message (Collapse)AuthorAgeFilesLines
* unsigned long -> uint32_t, signed long and long -> int32_t, plus collateral ↵Daniel Silverstone2012-09-101-3/+3
| | | | fixes. Test suite does not pass
* Remove casts related to dom_string in API macros because they were hiding ↵Daniel Silverstone2012-03-281-6/+3
| | | | | | 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-10/+9
| | | | svn path=/trunk/libdom/; revision=12172
* Merge branches/struggleyb/libdom-html to trunk.John Mark Bell2010-08-301-0/+46
| | | | | | A few additional fixes to reduce the number of regressions to single figures. svn path=/trunk/dom/; revision=10724
* Merge the branches/struggleyb/libdom-remain back to trunk.Bo Yang2009-08-111-9/+11
| | | | svn path=/trunk/dom/; revision=9191
* Modify some macro typo. Found by the testcases.Bo Yang2009-05-081-1/+1
| | | | svn path=/trunk/dom/; revision=7433
* Convert DOM document interface to use vtable structure.Bo Yang2009-03-191-0/+2
| | | | svn path=/trunk/dom/; revision=6802
* Change the our dom to use vtable method. The first step: Bo Yang2009-03-121-12/+79
| | | | | | | convert the dom_node/dom_attr. And, this is my first commit. Great && Exciting! svn path=/trunk/dom/; revision=6780
* Add Element.John Mark Bell2007-07-111-1/+1
| | | | | | Fix Attr's get_schema_type_info to have the right name. svn path=/trunk/dom/; revision=3400
* Fix TypeInfo -> type_info conversionJohn Mark Bell2007-07-111-3/+3
| | | | svn path=/trunk/dom/; revision=3399
* Purge all trace of the ballache that was dom_ctx.John Mark Bell2007-07-061-15/+12
| | | | | | Document the functions in document.c svn path=/trunk/dom/; revision=3385
* Import DOM library.John Mark Bell2007-07-061-0/+37
This is mainly stub functions atm (and is missing a number of key interfaces). svn path=/trunk/dom/; revision=3384