summaryrefslogtreecommitdiff
path: root/src/core/attr.c
Commit message (Expand)AuthorAgeFilesLines
* Change the our dom to use vtable method. The first step: Bo Yang2009-03-121-17/+34
* Rationalise dom_string (some consideration is required as to what happens wrt...John Mark Bell2009-03-031-1/+1
* Make the dom string class more useful.John Mark Bell2007-10-031-81/+23
* Modify dom_node_initialise() API to permit specification of namespace URI and...John Mark Bell2007-09-271-5/+8
* Replace implementation of dom_attr_get_name() with call to dom_node_get_node_...John Mark Bell2007-09-261-9/+3
* Add dom_entity_reference_get_textual_representation() as an internal library ...John Mark Bell2007-09-231-3/+117
* 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
* Finalisation and destruction of nodesJohn Mark Bell2007-07-281-0/+47
* Implement type-specific node constructors and veneer the appropriate Document...John Mark Bell2007-07-261-0/+48
* Add Element.John Mark Bell2007-07-111-1/+1
* Fix TypeInfo -> type_info conversionJohn Mark Bell2007-07-111-5/+5
* Add NodeList and string comparison APIJohn Mark Bell2007-07-101-0/+2
* Purge all trace of the ballache that was dom_ctx.John Mark Bell2007-07-061-30/+14
* Import DOM library.John Mark Bell2007-07-061-0/+173