summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Make CharacterData struct public (within library)John Mark Bell2007-07-115-9/+148
| | | | | | Add Text. svn path=/trunk/dom/; revision=3398
* Add CharacterDataJohn Mark Bell2007-07-113-1/+229
| | | | svn path=/trunk/dom/; revision=3397
* Warning fixesJohn Mark Bell2007-07-101-2/+4
| | | | svn path=/trunk/dom/; revision=3396
* Add NamedNodeMap.John Mark Bell2007-07-107-7/+557
| | | | | | 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-1011-2/+479
| | | | svn path=/trunk/dom/; revision=3394
* Purge all trace of the ballache that was dom_ctx.John Mark Bell2007-07-0613-546/+763
| | | | | | Document the functions in document.c svn path=/trunk/dom/; revision=3385
* Import DOM library.John Mark Bell2007-07-0624-0/+2858
This is mainly stub functions atm (and is missing a number of key interfaces). svn path=/trunk/dom/; revision=3384