summaryrefslogtreecommitdiff
path: root/src/core/attr.c
Commit message (Collapse)AuthorAgeFilesLines
* Finalisation and destruction of nodesJohn Mark Bell2007-07-281-0/+47
| | | | svn path=/trunk/dom/; revision=3467
* Implement type-specific node constructors and veneer the appropriate ↵John Mark Bell2007-07-261-0/+48
| | | | | | Document APIs onto them. svn path=/trunk/dom/; revision=3463
* 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-5/+5
| | | | svn path=/trunk/dom/; revision=3399
* Add NodeList and string comparison APIJohn Mark Bell2007-07-101-0/+2
| | | | svn path=/trunk/dom/; revision=3394
* Purge all trace of the ballache that was dom_ctx.John Mark Bell2007-07-061-30/+14
| | | | | | Document the functions in document.c svn path=/trunk/dom/; revision=3385
* Import DOM library.John Mark Bell2007-07-061-0/+173
This is mainly stub functions atm (and is missing a number of key interfaces). svn path=/trunk/dom/; revision=3384