summaryrefslogtreecommitdiff
path: root/src/core/nodelist.c
Commit message (Collapse)AuthorAgeFilesLines
* Implement dom_nodelist_get_length()John Mark Bell2007-09-241-9/+111
| | | | | | Implement dom_nodelist_item() svn path=/trunk/dom/; revision=3589
* Whitespace changesJohn Mark Bell2007-09-221-0/+2
| | | | svn path=/trunk/dom/; revision=3569
* Add NamedNodeMap.John Mark Bell2007-07-101-4/+9
| | | | | | Minor fix for NodeList unref function; ensure it unrefs the owner document after it has finished using it. svn path=/trunk/dom/; revision=3395
* Add NodeList and string comparison APIJohn Mark Bell2007-07-101-0/+228
svn path=/trunk/dom/; revision=3394