summaryrefslogtreecommitdiff
path: root/src/core/doc_fragment.c
Commit message (Collapse)AuthorAgeFilesLines
* 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/+42
| | | | svn path=/trunk/dom/; revision=3467
* Sort out somewhat messy object construction.John Mark Bell2007-07-281-0/+57
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