summaryrefslogtreecommitdiff
path: root/src/core/nodelist.c
Commit message (Expand)AuthorAgeFilesLines
* 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