summaryrefslogtreecommitdiff
path: root/src/core/namednodemap.h
Commit message (Expand)AuthorAgeFilesLines
* Tweak the types on namednodemapDaniel Silverstone2015-10-311-2/+2
* unsigned long -> uint32_t, signed long and long -> int32_t, plus collateral f...Daniel Silverstone2012-09-101-2/+2
* s/struct dom_string/dom_string/gJohn Mark Bell2011-04-071-7/+6
* Merge the branches/struggleyb/libdom-remain back to trunk.Bo Yang2009-08-111-5/+45
* Modify NamedNodeMap, note that there is no vtable for this type because it is...Bo Yang2009-03-231-2/+2
* Implement type-specific node constructors and veneer the appropriate Document...John Mark Bell2007-07-261-2/+2
* Make NamedNodeMap more genericJohn Mark Bell2007-07-121-11/+3
* Add NamedNodeMap.John Mark Bell2007-07-101-0/+39