summaryrefslogtreecommitdiff
path: root/src/core/element.c
Commit message (Expand)AuthorAgeFilesLines
* Begin to cater for XML namespaces.John Mark Bell2007-09-261-35/+3
* Add library-internal accessor to the head of an Element's attribute list (dom...John Mark Bell2007-09-251-0/+11
* Move attributes field to struct dom_element as it doesn't apply to other node...John Mark Bell2007-09-241-14/+54
* Fix dom_element_set_attribute() to use dom_attr_set_value() to replace the va...John Mark Bell2007-09-231-5/+4
* Note the need for handling of defaulted attributes in dom_element_remove_attr...John Mark Bell2007-09-221-0/+4
* Implement dom_element_get_attribute()John Mark Bell2007-09-221-36/+154
* Implement dom_element_get_tag_name()John Mark Bell2007-09-181-8/+105
* Finalisation and destruction of nodesJohn Mark Bell2007-07-281-0/+69
* Implement type-specific node constructors and veneer the appropriate Document...John Mark Bell2007-07-261-0/+45
* Fix typoJohn Mark Bell2007-07-161-1/+1
* Add Element.John Mark Bell2007-07-111-0/+513