summaryrefslogtreecommitdiff
path: root/src/core/text.c
Commit message (Collapse)AuthorAgeFilesLines
* unsigned long -> uint32_t, signed long and long -> int32_t, plus collateral ↵Daniel Silverstone2012-09-101-2/+2
| | | | fixes. Test suite does not pass
* get_text_content working for all textual nodes modulo processing instructionsDaniel Silverstone2012-03-241-1/+1
| | | | svn path=/trunk/libdom/; revision=13601
* C89 for BeOS build.François Revel2012-03-241-4/+8
| | | | svn path=/trunk/libdom/; revision=13581
* Merge branches/jmb/dom-alloc-purge back to trunkJohn Mark Bell2011-12-211-47/+53
| | | | svn path=/trunk/libdom/; revision=13316
* s/struct dom_string/dom_string/gJohn Mark Bell2011-04-071-5/+5
| | | | svn path=/trunk/libdom/; revision=12172
* Fix up the failed 3 test cases for DOMTS Core level 3.Bo Yang2009-08-121-4/+4
| | | | svn path=/trunk/dom/; revision=9212
* Merge the branches/struggleyb/libdom-remain back to trunk.Bo Yang2009-08-111-35/+285
| | | | svn path=/trunk/dom/; revision=9191
* Make code more readable.Bo Yang2009-03-241-1/+1
| | | | svn path=/trunk/dom/; revision=6836
* Convert Text to use vtable structure. Now the whole libdom is compiled ↵Bo Yang2009-03-241-6/+31
| | | | | | successfully again. svn path=/trunk/dom/; revision=6833
* Implement dom_text_split_text()John Mark Bell2007-11-031-4/+46
| | | | svn path=/trunk/dom/; revision=3642
* 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