summaryrefslogtreecommitdiff
path: root/src/core/document.c
Commit message (Expand)AuthorAgeFilesLines
* Implement dom_document_get_implementation()John Mark Bell2007-09-221-14/+13
* Begin implementation of DocumentType classJohn Mark Bell2007-09-191-41/+10
* Make Document nodes own themselves (removes need for special case for Documents)John Mark Bell2007-09-171-2/+4
* Implement Document destructor.John Mark Bell2007-07-281-2/+77
* Finalisation and destruction of nodesJohn Mark Bell2007-07-281-1/+0
* Add Document constructorJohn Mark Bell2007-07-281-3/+104
* Sort out somewhat messy object construction.John Mark Bell2007-07-281-15/+19
* Implement type-specific node constructors and veneer the appropriate Document...John Mark Bell2007-07-261-45/+47
* Add ability to set a document's doctype after the document has been createdJohn Mark Bell2007-07-261-0/+30
* Add omitted dom_document_create_comment APIJohn Mark Bell2007-07-221-0/+23
* rename dom_document_get_element() to dom_document_get_document_element()James Shaw2007-07-211-1/+1
* Make NamedNodeMap more genericJohn Mark Bell2007-07-121-5/+6
* Add NamedNodeMap.John Mark Bell2007-07-101-1/+109
* Add NodeList and string comparison APIJohn Mark Bell2007-07-101-0/+114
* Purge all trace of the ballache that was dom_ctx.John Mark Bell2007-07-061-98/+479
* Import DOM library.John Mark Bell2007-07-061-0/+356