summaryrefslogtreecommitdiff
path: root/src/core/characterdata.c
Commit message (Expand)AuthorAgeFilesLines
* Fix the last commit, hook up the vtable for dom_characterdata.Bo Yang2009-03-151-2/+1
* Convert the dom_characterdata to use vtable.Bo Yang2009-03-151-16/+42
* Add, and implement, dom_string_insert() and dom_string_replace() APIJohn Mark Bell2007-11-031-24/+138
* Implement dom_characterdata_get_data()John Mark Bell2007-09-291-6/+21
* Modify dom_node_initialise() API to permit specification of namespace URI and...John Mark Bell2007-09-271-1/+2
* Finalisation and destruction of nodesJohn Mark Bell2007-07-281-0/+14
* Sort out somewhat messy object construction.John Mark Bell2007-07-281-39/+0
* Implement type-specific node constructors and veneer the appropriate Document...John Mark Bell2007-07-261-0/+59
* Make CharacterData struct public (within library)John Mark Bell2007-07-111-8/+1
* Add CharacterDataJohn Mark Bell2007-07-111-0/+193