summaryrefslogtreecommitdiff
path: root/src/core/element.c
Commit message (Collapse)AuthorAgeFilesLines
* Implement dom_element_get_tag_name()John Mark Bell2007-09-181-8/+105
| | | | | | Implement dom_element_set_attribute_node() [still has some outstanding sanity checking] svn path=/trunk/dom/; revision=3549
* Finalisation and destruction of nodesJohn Mark Bell2007-07-281-0/+69
| | | | svn path=/trunk/dom/; revision=3467
* Implement type-specific node constructors and veneer the appropriate ↵John Mark Bell2007-07-261-0/+45
| | | | | | Document APIs onto them. svn path=/trunk/dom/; revision=3463
* Fix typoJohn Mark Bell2007-07-161-1/+1
| | | | svn path=/trunk/dom/; revision=3425
* Add Element.John Mark Bell2007-07-111-0/+513
Fix Attr's get_schema_type_info to have the right name. svn path=/trunk/dom/; revision=3400