summaryrefslogtreecommitdiff
path: root/src/core/entity_ref.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
* Add dom_entity_reference_get_textual_representation() as an internal library ↵John Mark Bell2007-09-231-0/+22
| | | | | | | | function. Implement dom_attr_get_value() svn path=/trunk/dom/; revision=3588
* 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