summaryrefslogtreecommitdiff
path: root/src/core/attr.c
Commit message (Expand)AuthorAgeFilesLines
* unsigned long -> uint32_t, signed long and long -> int32_t, plus collateral f...Daniel Silverstone2012-09-101-4/+4
* When retrieving attribute values, if the attribute has a single child, said c...Daniel Silverstone2012-03-261-1/+10
* C89 for BeOS build.François Revel2012-03-241-15/+23
* Reduce padding in dom_attr struct.Michael Drake2012-02-151-5/+4
* Fix reference leakJohn Mark Bell2012-02-061-3/+2
* Merge branches/jmb/dom-alloc-purge back to trunkJohn Mark Bell2011-12-211-44/+38
* s/struct dom_string/dom_string/gJohn Mark Bell2011-04-071-10/+10
* Fix copy constructors to actually copy all members, instead of leaving the ma...John Mark Bell2010-12-061-1/+10
* Merge branches/struggleyb/libdom-html to trunk.John Mark Bell2010-08-301-3/+263
* Some formatting problem.Bo Yang2009-08-231-4/+4
* Merge the branches/struggleyb/libdom-remain back to trunk.Bo Yang2009-08-111-72/+270
* Fix the spelling initialize -> initialise.Bo Yang2009-03-201-1/+1
* Convert DOM document interface to use vtable structure.Bo Yang2009-03-191-1/+0
* 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