summaryrefslogtreecommitdiff
path: root/src/core/attr.h
Commit message (Collapse)AuthorAgeFilesLines
* Promote ref/unref in dom_node to be inlines.Daniel Silverstone2012-03-281-0/+1
| | | | svn path=/trunk/libdom/; revision=13761
* Merge branches/jmb/dom-alloc-purge back to trunkJohn Mark Bell2011-12-211-12/+8
| | | | svn path=/trunk/libdom/; revision=13316
* s/struct dom_string/dom_string/gJohn Mark Bell2011-04-071-9/+8
| | | | svn path=/trunk/libdom/; revision=12172
* Merge branches/struggleyb/libdom-html to trunk.John Mark Bell2010-08-301-2/+3
| | | | | | A few additional fixes to reduce the number of regressions to single figures. svn path=/trunk/dom/; revision=10724
* Remove spurious inline qualifiers.Michael Drake2009-08-131-6/+6
| | | | svn path=/trunk/dom/; revision=9239
* Merge the branches/struggleyb/libdom-remain back to trunk.Bo Yang2009-08-111-12/+86
| | | | svn path=/trunk/dom/; revision=9191
* Convert DOM document interface to use vtable structure.Bo Yang2009-03-191-1/+1
| | | | svn path=/trunk/dom/; revision=6802
* Convert the dom_characterdata to use vtable.Bo Yang2009-03-151-1/+1
| | | | svn path=/trunk/dom/; revision=6787
* Change the our dom to use vtable method. The first step: Bo Yang2009-03-121-0/+25
| | | | | | | convert the dom_node/dom_attr. And, this is my first commit. Great && Exciting! svn path=/trunk/dom/; revision=6780
* Modify dom_node_initialise() API to permit specification of namespace URI ↵John Mark Bell2007-09-271-1/+2
| | | | | | | | and prefix. Fix up everything else to cope. svn path=/trunk/dom/; revision=3599
* Finalisation and destruction of nodesJohn Mark Bell2007-07-281-0/+1
| | | | svn path=/trunk/dom/; revision=3467
* Implement type-specific node constructors and veneer the appropriate ↵John Mark Bell2007-07-261-0/+20
Document APIs onto them. svn path=/trunk/dom/; revision=3463