summaryrefslogtreecommitdiff
path: root/src/core/node.c
Commit message (Expand)AuthorAgeFilesLines
* Move attributes field to struct dom_element as it doesn't apply to other node...John Mark Bell2007-09-241-6/+7
* Fix dom_node_{get,set}_value() to handle Attr nodes correctly -- now delegate...John Mark Bell2007-09-231-0/+10
* Fix dom_node_get_parent_node(), dom_node_get_previous_sibling() and dom_node_...John Mark Bell2007-09-231-0/+18
* Make _dom_node_readonly() accessible to library internalsJohn Mark Bell2007-09-221-1/+0
* Implement dom_node_get_child_nodes()John Mark Bell2007-09-221-8/+21
* Implement dom_node_remove_node()John Mark Bell2007-09-221-11/+46
* Implement dom_node_replace_child()John Mark Bell2007-09-221-5/+83
* If new_child is already in the tree ensure its parent is not read onlyJohn Mark Bell2007-09-221-2/+7
* Fix misleading commentsJohn Mark Bell2007-09-221-13/+12
* Move cardinality constraint checking for Document Element and DocumentType ch...John Mark Bell2007-09-221-89/+130
* Implement dom_node_get_node_name()John Mark Bell2007-09-201-12/+133
* Begin implementation of DocumentType classJohn Mark Bell2007-09-191-22/+51
* Implement sanity checking in dom_node_insert_before()John Mark Bell2007-09-181-18/+116
* Partial implementation of dom_node_insert_before. This has utterly no sanity ...John Mark Bell2007-09-171-5/+29
* Make Document nodes own themselves (removes need for special case for Documents)John Mark Bell2007-09-171-15/+74
* Fix bug in dom_node_destroy -- Document nodes have no owner, so attempting to...John Mark Bell2007-09-161-8/+18
* Rename dom_named_node_map to dom_namednodemap to be consistent with the rest ...James Shaw2007-08-081-2/+2
* Fix structure name dom_nodelistJames Shaw2007-08-031-2/+2
* Implement Document destructor.John Mark Bell2007-07-281-6/+29
* Finalisation and destruction of nodesJohn Mark Bell2007-07-281-4/+135
* Sort out somewhat messy object construction.John Mark Bell2007-07-281-59/+0
* Implement type-specific node constructors and veneer the appropriate Document...John Mark Bell2007-07-261-30/+81
* More name changes for consistency with specJames Shaw2007-07-211-6/+6
* Rename to dom_node_get_owner_document() in line with specJames Shaw2007-07-151-1/+1
* Modify node value, type and name functions to match w3c specJames Shaw2007-07-141-4/+4
* Add NodeList and string comparison APIJohn Mark Bell2007-07-101-0/+2
* Purge all trace of the ballache that was dom_ctx.John Mark Bell2007-07-061-179/+85
* Import DOM library.John Mark Bell2007-07-061-0/+1069