summaryrefslogtreecommitdiff
path: root/src/core/element.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branches/struggleyb/libdom-html to trunk.John Mark Bell2010-08-301-4/+51
* Sync with modified libwapcaplet API: 11 additional DOM Level1 testsuite failu...John Mark Bell2010-08-261-44/+21
* Split the _dom_element_destroy into two functions.Bo Yang2009-08-171-15/+26
* Remove an unused parameter 'result'.Bo Yang2009-08-171-16/+9
* Fix up some ref/unref error produced from _dispatch_ usage.Bo Yang2009-08-141-15/+31
* Merge the Events module (branches/struggleyb/libdom-events) back to trunk. :)Bo Yang2009-08-131-20/+202
* Make the failed 5 testcases passed in DOMTS Core level2. Bo Yang2009-08-121-0/+3
* Merge the branches/struggleyb/libdom-remain back to trunk.Bo Yang2009-08-111-600/+1431
* Modify NamedNodeMap, note that there is no vtable for this type because it is...Bo Yang2009-03-231-6/+8
* Fix the spelling initialize -> initialise.Bo Yang2009-03-201-3/+3
* Convert DOMElement interface to use vtable structure.Bo Yang2009-03-201-69/+128
* Make the dom string class more useful.John Mark Bell2007-10-031-1/+1
* Implement dom_element_get_attribute_ns()John Mark Bell2007-09-291-29/+259
* Modify dom_node_initialise() API to permit specification of namespace URI and...John Mark Bell2007-09-271-7/+11
* 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