summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* DOM Strings are now capable of containing either UTF-8 or UTF-16 encoded data.John Mark Bell2007-09-3011-21/+831
* Implement dom_characterdata_get_data()John Mark Bell2007-09-291-6/+21
* Implement dom_namednodemap_get_named_item_ns()John Mark Bell2007-09-291-14/+110
* Implement dom_element_get_attribute_ns()John Mark Bell2007-09-291-29/+259
* dom_initialise() and dom_finalise() are now completely public, rather than hi...John Mark Bell2007-09-291-5/+23
* Introduce global initialistaion/finalisation for DOM library. This should be ...John Mark Bell2007-09-298-75/+372
* Implement dom_document_create_element_ns().John Mark Bell2007-09-271-13/+113
* Modify dom_node_initialise() API to permit specification of namespace URI and...John Mark Bell2007-09-2712-33/+54
* Replace implementation of dom_attr_get_name() with call to dom_node_get_node_...John Mark Bell2007-09-261-9/+3
* Begin to cater for XML namespaces.John Mark Bell2007-09-264-56/+113
* Add library-internal accessor to the head of an Element's attribute list (dom...John Mark Bell2007-09-253-19/+171
* Move attributes field to struct dom_element as it doesn't apply to other node...John Mark Bell2007-09-244-22/+69
* Implement dom_nodelist_get_length()John Mark Bell2007-09-241-9/+111
* Add dom_entity_reference_get_textual_representation() as an internal library ...John Mark Bell2007-09-233-3/+142
* Fix compilation errors. It helps if you compile things before committing them...John Mark Bell2007-09-231-4/+5
* Partial implementation of dom_attr_get_name()John Mark Bell2007-09-231-15/+56
* Fix dom_node_{get,set}_value() to handle Attr nodes correctly -- now delegate...John Mark Bell2007-09-231-0/+10
* Fix dom_element_set_attribute() to use dom_attr_set_value() to replace the va...John Mark Bell2007-09-231-5/+4
* Fix dom_node_get_parent_node(), dom_node_get_previous_sibling() and dom_node_...John Mark Bell2007-09-231-0/+18
* Note the need for handling of defaulted attributes in dom_element_remove_attr...John Mark Bell2007-09-221-0/+4
* Implement dom_element_get_attribute()John Mark Bell2007-09-221-36/+154
* Make _dom_node_readonly() accessible to library internalsJohn Mark Bell2007-09-222-1/+4
* Implement dom_document_get_implementation()John Mark Bell2007-09-221-14/+13
* Implement dom_node_get_child_nodes()John Mark Bell2007-09-221-8/+21
* Whitespace changesJohn Mark Bell2007-09-222-1/+3
* Assume that NULL dom_string pointers imply the empty string.John Mark Bell2007-09-221-0/+17
* Implement dom_node_remove_node()John Mark Bell2007-09-221-11/+46
* Implement dom_node_replace_child()John Mark Bell2007-09-221-5/+83
* If new_child is already in the tree ensure its parent is not read onlyJohn Mark Bell2007-09-221-2/+7
* Fix misleading commentsJohn Mark Bell2007-09-221-13/+12
* Move cardinality constraint checking for Document Element and DocumentType ch...John Mark Bell2007-09-221-89/+130
* Implement dom_node_get_node_name()John Mark Bell2007-09-201-12/+133
* Begin implementation of DocumentType classJohn Mark Bell2007-09-194-63/+157
* Implement dom_element_get_tag_name()John Mark Bell2007-09-181-8/+105
* Implement sanity checking in dom_node_insert_before()John Mark Bell2007-09-181-18/+116
* Partial implementation of dom_node_insert_before. This has utterly no sanity ...John Mark Bell2007-09-171-5/+29
* Make Document nodes own themselves (removes need for special case for Documents)John Mark Bell2007-09-172-17/+78
* Fix bug in dom_node_destroy -- Document nodes have no owner, so attempting to...John Mark Bell2007-09-161-8/+18
* Rename dom_named_node_map to dom_namednodemap to be consistent with the rest ...James Shaw2007-08-081-2/+2
* 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