summaryrefslogtreecommitdiff
path: root/include/dom/core/node.h
Commit message (Collapse)AuthorAgeFilesLines
* node: Constify get user data parameters.Michael Drake2021-02-091-4/+4
|
* Constify vtables.Michael Drake2021-02-021-1/+1
|
* Add dom_node_contains()Daniel Silverstone2019-05-041-0/+10
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* Change dom node type count to last value plus one.Michael Drake2017-02-041-1/+1
|
* Fix dom_node_set_text_content.John-Mark Bell2012-12-311-1/+1
|
* Remove casts related to dom_string in API macros because they were hiding ↵Daniel Silverstone2012-03-281-27/+17
| | | | | | errors such as the one fixed in r13764 svn path=/trunk/libdom/; revision=13765
* Promote ref/unref in dom_node to be inlines.Daniel Silverstone2012-03-281-5/+30
| | | | svn path=/trunk/libdom/; revision=13761
* Make dom_node_ref return the nodeDaniel Silverstone2012-03-241-1/+1
| | | | svn path=/trunk/libdom/; revision=13593
* Merge branches/jmb/dom-alloc-purge back to trunkJohn Mark Bell2011-12-211-0/+2
| | | | svn path=/trunk/libdom/; revision=13316
* s/struct dom_string/dom_string/gJohn Mark Bell2011-04-071-58/+58
| | | | svn path=/trunk/libdom/; revision=12172
* Merge the branches/struggleyb/libdom-remain back to trunk.Bo Yang2009-08-111-18/+22
| | | | svn path=/trunk/dom/; revision=9191
* Modify some typo, thanks to the partly-completed testcase to help to find ↵Bo Yang2009-05-051-1/+1
| | | | | | this little problem. svn path=/trunk/dom/; revision=7392
* Change the our dom to use vtable method. The first step: Bo Yang2009-03-121-75/+467
| | | | | | | convert the dom_node/dom_attr. And, this is my first commit. Great && Exciting! svn path=/trunk/dom/; revision=6780
* Rename dom_named_node_map to dom_namednodemap to be consistent with the rest ↵James Shaw2007-08-081-2/+2
| | | | | | of the code svn path=/trunk/dom/; revision=3489
* Fix structure name dom_nodelistJames Shaw2007-08-031-2/+2
| | | | svn path=/trunk/dom/; revision=3474
* Implement type-specific node constructors and veneer the appropriate ↵John Mark Bell2007-07-261-1/+4
| | | | | | Document APIs onto them. svn path=/trunk/dom/; revision=3463
* More name changes for consistency with specJames Shaw2007-07-211-6/+6
| | | | svn path=/trunk/dom/; revision=3455
* Rename to dom_node_get_owner_document() in line with specJames Shaw2007-07-151-1/+1
| | | | svn path=/trunk/dom/; revision=3414
* Modify node value, type and name functions to match w3c specJames Shaw2007-07-141-4/+4
| | | | svn path=/trunk/dom/; revision=3409
* Purge all trace of the ballache that was dom_ctx.John Mark Bell2007-07-061-83/+66
| | | | | | Document the functions in document.c svn path=/trunk/dom/; revision=3385
* Import DOM library.John Mark Bell2007-07-061-0/+170
This is mainly stub functions atm (and is missing a number of key interfaces). svn path=/trunk/dom/; revision=3384