summaryrefslogtreecommitdiff
path: root/src/core/pi.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge branches/jmb/dom-alloc-purge back to trunkJohn Mark Bell2011-12-211-35/+33
| | | | svn path=/trunk/libdom/; revision=13316
* s/struct dom_string/dom_string/gJohn Mark Bell2011-04-071-1/+1
| | | | svn path=/trunk/libdom/; revision=12172
* Merge the branches/struggleyb/libdom-remain back to trunk.Bo Yang2009-08-111-8/+57
| | | | svn path=/trunk/dom/; revision=9191
* Convert NodeList and ProcessingInstruction. Bo Yang2009-03-241-1/+1
| | | | svn path=/trunk/dom/; revision=6830
* Modify dom_node_initialise() API to permit specification of namespace URI ↵John Mark Bell2007-09-271-1/+1
| | | | | | | | and prefix. Fix up everything else to cope. svn path=/trunk/dom/; revision=3599
* Finalisation and destruction of nodesJohn Mark Bell2007-07-281-0/+18
| | | | svn path=/trunk/dom/; revision=3467
* Sort out somewhat messy object construction.John Mark Bell2007-07-281-0/+58
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