summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix structure name dom_nodelistJames Shaw2007-08-031-2/+2
* Comment fixesJohn Mark Bell2007-07-291-2/+2
* Implement Document destructor.John Mark Bell2007-07-283-8/+109
* Finalisation and destruction of nodesJohn Mark Bell2007-07-2821-5/+463
* Add Document constructorJohn Mark Bell2007-07-281-3/+104
* Sort out somewhat messy object construction.John Mark Bell2007-07-2818-144/+465
* Implement type-specific node constructors and veneer the appropriate Document...John Mark Bell2007-07-2614-82/+409
* 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
* More name changes for consistency with specJames Shaw2007-07-211-6/+6
* rename dom_document_get_element() to dom_document_get_document_element()James Shaw2007-07-211-1/+1
* Add email addressJames Shaw2007-07-191-1/+1
* Fix typoJohn Mark Bell2007-07-161-1/+1
* Stub out remainder of DocumentType API.John Mark Bell2007-07-161-3/+131
* Stub implementation of of dom_document_type methodsJames Shaw2007-07-162-1/+20
* Rename to dom_node_get_owner_document() in line with specJames Shaw2007-07-151-1/+1
* Add extra dom_string constructor that permits strings to be manufactured in t...John Mark Bell2007-07-141-10/+80
* Modify node value, type and name functions to match w3c specJames Shaw2007-07-141-4/+4
* Make NamedNodeMap more genericJohn Mark Bell2007-07-124-35/+28
* Add DOMImplementation, DOMImplementationListJohn Mark Bell2007-07-126-2/+507
* Add Element.John Mark Bell2007-07-113-2/+516
* Fix TypeInfo -> type_info conversionJohn Mark Bell2007-07-111-5/+5
* Make CharacterData struct public (within library)John Mark Bell2007-07-114-9/+120
* Add CharacterDataJohn Mark Bell2007-07-112-1/+194
* Warning fixesJohn Mark Bell2007-07-101-2/+4
* Add NamedNodeMap.John Mark Bell2007-07-106-7/+514
* Add NodeList and string comparison APIJohn Mark Bell2007-07-109-2/+449
* Purge all trace of the ballache that was dom_ctx.John Mark Bell2007-07-066-351/+618
* Import DOM library.John Mark Bell2007-07-069-0/+2052