summaryrefslogtreecommitdiff
path: root/src/core/characterdata.c
Commit message (Collapse)AuthorAgeFilesLines
* Sort out somewhat messy object construction.John Mark Bell2007-07-281-39/+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-0/+59
| | | | | | Document APIs onto them. svn path=/trunk/dom/; revision=3463
* Make CharacterData struct public (within library)John Mark Bell2007-07-111-8/+1
| | | | | | Add Text. svn path=/trunk/dom/; revision=3398
* Add CharacterDataJohn Mark Bell2007-07-111-0/+193
svn path=/trunk/dom/; revision=3397