summaryrefslogtreecommitdiff
path: root/src/core/attr.h
Commit message (Collapse)AuthorAgeFilesLines
* 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