summaryrefslogtreecommitdiff
path: root/src/core/node.h
Commit message (Collapse)AuthorAgeFilesLines
* Finalisation and destruction of nodesJohn Mark Bell2007-07-281-0/+4
| | | | svn path=/trunk/dom/; revision=3467
* Sort out somewhat messy object construction.John Mark Bell2007-07-281-4/+0
| | | | | | We now have explicit types for all classes (rather than using the parent class for those which inherit but add no extra data content). svn path=/trunk/dom/; revision=3465
* Implement type-specific node constructors and veneer the appropriate ↵John Mark Bell2007-07-261-1/+5
| | | | | | Document APIs onto them. svn path=/trunk/dom/; revision=3463
* Add NodeList and string comparison APIJohn Mark Bell2007-07-101-1/+1
| | | | svn path=/trunk/dom/; revision=3394
* Purge all trace of the ballache that was dom_ctx.John Mark Bell2007-07-061-2/+1
| | | | | | Document the functions in document.c svn path=/trunk/dom/; revision=3385
* Import DOM library.John Mark Bell2007-07-061-0/+60
This is mainly stub functions atm (and is missing a number of key interfaces). svn path=/trunk/dom/; revision=3384