summaryrefslogtreecommitdiff
path: root/include/dom/core/nodelist.h
Commit message (Collapse)AuthorAgeFilesLines
* unsigned long -> uint32_t, signed long and long -> int32_t, plus collateral ↵Daniel Silverstone2012-09-101-3/+3
| | | | fixes. Test suite does not pass
* Make dom_namednodemap and dom_nodelist more usable through macroes. Note, it ↵Bo Yang2009-04-291-1/+4
| | | | | | is the partly-completed testcase that find this problem. Our DOMTS is on its way. svn path=/trunk/dom/; revision=7365
* Add typedefs for public DOM interfaces.Bo Yang2009-03-311-1/+2
| | | | svn path=/trunk/dom/; revision=7002
* Add NodeList and string comparison APIJohn Mark Bell2007-07-101-0/+24
svn path=/trunk/dom/; revision=3394