summaryrefslogtreecommitdiff
path: root/src/core/nodelist.c
Commit message (Expand)AuthorAgeFilesLines
* unsigned long -> uint32_t, signed long and long -> int32_t, plus collateral f...Daniel Silverstone2012-09-101-4/+4
* Nodelist: Support caseless node listsDaniel Silverstone2012-07-071-13/+70
* Move dom_string data accessing functions to public header.Michael Drake2011-12-221-6/+6
* Merge branches/jmb/dom-alloc-purge back to trunkJohn Mark Bell2011-12-211-59/+57
* Sync with modified libwapcaplet API: 11 additional DOM Level1 testsuite failu...John Mark Bell2010-08-261-16/+6
* Merge the branches/struggleyb/libdom-remain back to trunk.Bo Yang2009-08-111-75/+139
* Make dom_namednodemap and dom_nodelist more usable through macroes. Note, it ...Bo Yang2009-04-291-1/+1
* Convert NodeList and ProcessingInstruction. Bo Yang2009-03-241-8/+9
* Modify NamedNodeMap, note that there is no vtable for this type because it is...Bo Yang2009-03-231-4/+4
* Begin to cater for XML namespaces.John Mark Bell2007-09-261-6/+14
* Implement dom_nodelist_get_length()John Mark Bell2007-09-241-9/+111
* Whitespace changesJohn Mark Bell2007-09-221-0/+2
* Add NamedNodeMap.John Mark Bell2007-07-101-4/+9
* Add NodeList and string comparison APIJohn Mark Bell2007-07-101-0/+228