summaryrefslogtreecommitdiff
path: root/src/core/node.c
Commit message (Expand)AuthorAgeFilesLines
* Promote ref/unref in dom_node to be inlines.Daniel Silverstone2012-03-281-41/+7
* Squash scan-build issuesDaniel Silverstone2012-03-251-2/+8
* And ensure we don't recurse comments and PIs during dom_node_get_text_contentDaniel Silverstone2012-03-241-0/+3
* Fixup _dom_node_get_text_contentDaniel Silverstone2012-03-241-7/+14
* Make dom_node_ref return the nodeDaniel Silverstone2012-03-241-1/+3
* C89 for BeOS build.François Revel2012-03-241-25/+40
* Move dom_string data accessing functions to public header.Michael Drake2011-12-221-4/+4
* Fix build with GCC 4.6John Mark Bell2011-12-211-7/+3
* Merge branches/jmb/dom-alloc-purge back to trunkJohn Mark Bell2011-12-211-297/+349
* s/struct dom_string/dom_string/gJohn Mark Bell2011-04-071-21/+21
* Simplify DOMImplementation API by replacing dom_strings with const char *John Mark Bell2010-12-061-2/+4
* Fix copy constructors to actually copy all members, instead of leaving the ma...John Mark Bell2010-12-061-12/+20
* Remove bootstrap infrastructure, and just make dom_implementation a stub.John Mark Bell2010-12-051-14/+6
* Merge branches/struggleyb/libdom-html to trunk.John Mark Bell2010-08-301-3/+26
* Sync with modified libwapcaplet API: 11 additional DOM Level1 testsuite failu...John Mark Bell2010-08-261-165/+33
* Merge the Events module (branches/struggleyb/libdom-events) back to trunk. :)Bo Yang2009-08-131-13/+72
* Fix up the failed 3 test cases for DOMTS Core level 3.Bo Yang2009-08-121-1/+5
* Merge the branches/struggleyb/libdom-remain back to trunk.Bo Yang2009-08-111-213/+934
* Squash warningsJohn Mark Bell2009-03-251-1/+1
* Convert NodeList and ProcessingInstruction. Bo Yang2009-03-241-3/+3
* Convert the dom_characterdata to use vtable.Bo Yang2009-03-151-1/+1
* Change the our dom to use vtable method. The first step: Bo Yang2009-03-121-101/+124
* Rationalise dom_string (some consideration is required as to what happens wrt...John Mark Bell2009-03-031-14/+7
* Make the dom string class more useful.John Mark Bell2007-10-031-19/+29
* Modify dom_node_initialise() API to permit specification of namespace URI and...John Mark Bell2007-09-271-10/+20
* Begin to cater for XML namespaces.John Mark Bell2007-09-261-13/+93
* 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