summaryrefslogtreecommitdiff
path: root/src/core/text.c
Commit message (Collapse)AuthorAgeFilesLines
* Finalisation and destruction of nodesJohn Mark Bell2007-07-281-0/+30
| | | | svn path=/trunk/dom/; revision=3467
* Sort out somewhat messy object construction.John Mark Bell2007-07-281-18/+34
| | | | | | 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-0/+47
| | | | | | Document APIs onto them. svn path=/trunk/dom/; revision=3463
* Make CharacterData struct public (within library)John Mark Bell2007-07-111-0/+98
Add Text. svn path=/trunk/dom/; revision=3398