summaryrefslogtreecommitdiff
path: root/src/core/document.h
Commit message (Collapse)AuthorAgeFilesLines
* Implement type-specific node constructors and veneer the appropriate ↵John Mark Bell2007-07-261-2/+2
| | | | | | Document APIs onto them. svn path=/trunk/dom/; revision=3463
* Make NamedNodeMap more genericJohn Mark Bell2007-07-121-2/+2
| | | | svn path=/trunk/dom/; revision=3404
* Add NamedNodeMap.John Mark Bell2007-07-101-1/+11
| | | | | | Minor fix for NodeList unref function; ensure it unrefs the owner document after it has finished using it. svn path=/trunk/dom/; revision=3395
* Add NodeList and string comparison APIJohn Mark Bell2007-07-101-0/+16
| | | | svn path=/trunk/dom/; revision=3394
* Purge all trace of the ballache that was dom_ctx.John Mark Bell2007-07-061-3/+3
| | | | | | Document the functions in document.c svn path=/trunk/dom/; revision=3385
* Import DOM library.John Mark Bell2007-07-061-0/+19
This is mainly stub functions atm (and is missing a number of key interfaces). svn path=/trunk/dom/; revision=3384