summaryrefslogtreecommitdiff
path: root/src/core/characterdata.h
Commit message (Collapse)AuthorAgeFilesLines
* Constify vtables.Michael Drake2021-02-021-1/+1
|
* unsigned long -> uint32_t, signed long and long -> int32_t, plus collateral ↵Daniel Silverstone2012-09-101-6/+6
| | | | fixes. Test suite does not pass
* Promote ref/unref in dom_node to be inlines.Daniel Silverstone2012-03-281-0/+1
| | | | svn path=/trunk/libdom/; revision=13761
* get_text_content working for all textual nodes modulo processing instructionsDaniel Silverstone2012-03-241-0/+45
| | | | svn path=/trunk/libdom/; revision=13601
* Merge branches/jmb/dom-alloc-purge back to trunkJohn Mark Bell2011-12-211-10/+12
| | | | svn path=/trunk/libdom/; revision=13316
* s/struct dom_string/dom_string/gJohn Mark Bell2011-04-071-7/+7
| | | | svn path=/trunk/libdom/; revision=12172
* Merge the branches/struggleyb/libdom-remain back to trunk.Bo Yang2009-08-111-5/+24
| | | | svn path=/trunk/dom/; revision=9191
* Add typedefs for public DOM interfaces.Bo Yang2009-03-311-2/+2
| | | | svn path=/trunk/dom/; revision=7002
* Convert the dom_characterdata to use vtable.Bo Yang2009-03-151-3/+34
| | | | svn path=/trunk/dom/; revision=6787
* Implement dom_text_split_text()John Mark Bell2007-11-031-0/+2
| | | | svn path=/trunk/dom/; revision=3642
* Finalisation and destruction of nodesJohn Mark Bell2007-07-281-0/+3
| | | | 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-0/+8
| | | | | | Document APIs onto them. svn path=/trunk/dom/; revision=3463
* Make CharacterData struct public (within library)John Mark Bell2007-07-111-0/+20
Add Text. svn path=/trunk/dom/; revision=3398