summaryrefslogtreecommitdiff
path: root/src/core/element.h
Commit message (Expand)AuthorAgeFilesLines
* Modify NamedNodeMap, note that there is no vtable for this type because it is...Bo Yang2009-03-231-1/+2
* Fix the spelling initialize -> initialise.Bo Yang2009-03-201-1/+1
* Convert DOMElement interface to use vtable structure.Bo Yang2009-03-201-0/+89
* Modify dom_node_initialise() API to permit specification of namespace URI and...John Mark Bell2007-09-271-1/+2
* Add library-internal accessor to the head of an Element's attribute list (dom...John Mark Bell2007-09-251-0/+4
* Move attributes field to struct dom_element as it doesn't apply to other node...John Mark Bell2007-09-241-0/+8
* Finalisation and destruction of nodesJohn Mark Bell2007-07-281-0/+3
* Implement type-specific node constructors and veneer the appropriate Document...John Mark Bell2007-07-261-0/+20