summaryrefslogtreecommitdiff
path: root/src/core/nodelist.c
Commit message (Collapse)AuthorAgeFilesLines
* 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