summaryrefslogtreecommitdiff
path: root/src/core/namednodemap.h
Commit message (Collapse)AuthorAgeFilesLines
* Implement type-specific node constructors and veneer the appropriate ↵John Mark Bell2007-07-261-2/+2
| | | | | | Document APIs onto them. svn path=/trunk/dom/; revision=3463
* Make NamedNodeMap more genericJohn Mark Bell2007-07-121-11/+3
| | | | svn path=/trunk/dom/; revision=3404
* Add NamedNodeMap.John Mark Bell2007-07-101-0/+39
Minor fix for NodeList unref function; ensure it unrefs the owner document after it has finished using it. svn path=/trunk/dom/; revision=3395