summaryrefslogtreecommitdiff
path: root/src/core/nodelist.h
Commit message (Collapse)AuthorAgeFilesLines
* Nodelist: Support caseless node listsDaniel Silverstone2012-07-071-1/+3
|
* Merge branches/jmb/dom-alloc-purge back to trunkJohn Mark Bell2011-12-211-5/+4
| | | | svn path=/trunk/libdom/; revision=13316
* s/struct dom_string/dom_string/gJohn Mark Bell2011-04-071-1/+0
| | | | svn path=/trunk/libdom/; revision=12172
* Merge the branches/struggleyb/libdom-remain back to trunk.Bo Yang2009-08-111-6/+20
| | | | svn path=/trunk/dom/; revision=9191
* Modify NamedNodeMap, note that there is no vtable for this type because it ↵Bo Yang2009-03-231-4/+4
| | | | | | is not in the DOM inherit hierarchy. And the internal API used between different DOM parts should use struct dom_node_internal instead of struct dom_node. svn path=/trunk/dom/; revision=6821
* 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
* Add NodeList and string comparison APIJohn Mark Bell2007-07-101-0/+31
svn path=/trunk/dom/; revision=3394