summaryrefslogtreecommitdiff
path: root/src/core/namednodemap.c
Commit message (Expand)AuthorAgeFilesLines
* Make dom_namednodemap and dom_nodelist more usable through macroes. Note, it ...Bo Yang2009-04-291-7/+7
* Modify NamedNodeMap, note that there is no vtable for this type because it is...Bo Yang2009-03-231-20/+23
* Implement dom_namednodemap_get_named_item_ns()John Mark Bell2007-09-291-14/+110
* Add library-internal accessor to the head of an Element's attribute list (dom...John Mark Bell2007-09-251-19/+156
* Whitespace changesJohn Mark Bell2007-09-221-1/+1
* Make NamedNodeMap more genericJohn Mark Bell2007-07-121-17/+17
* Add NamedNodeMap.John Mark Bell2007-07-101-0/+345