summaryrefslogtreecommitdiff
path: root/include/dom/dom.h
Commit message (Collapse)AuthorAgeFilesLines
* Include html element from dom.hDaniel Silverstone2012-03-241-0/+3
| | | | svn path=/trunk/libdom/; revision=13578
* Merge branches/jmb/dom-alloc-purge back to trunkJohn Mark Bell2011-12-211-3/+0
| | | | svn path=/trunk/libdom/; revision=13316
* s/struct dom_string/dom_string/gJohn Mark Bell2011-04-071-1/+1
| | | | svn path=/trunk/libdom/; revision=12172
* Remove bootstrap infrastructure, and just make dom_implementation a stub.John Mark Bell2010-12-051-4/+3
| | | | | | We only support a single implementation, so all the registry and implementation list stuff is totally unnecesary and overcomplex svn path=/trunk/dom/; revision=11017
* Add events module header into the dom.hBo Yang2009-08-141-0/+3
| | | | svn path=/trunk/dom/; revision=9281
* Merge the branches/struggleyb/libdom-remain back to trunk.Bo Yang2009-08-111-9/+11
| | | | svn path=/trunk/dom/; revision=9191
* Add dom_document_fragment, dom_cdata_section, dom_entity_reference, ↵Bo Yang2009-04-291-0/+4
| | | | | | dom_processing_instruction to public DOM interface. svn path=/trunk/dom/; revision=7363
* Make hubbub parser binding build trees correctly (credit: Bo Yang)John Mark Bell2009-03-051-0/+14
| | | | svn path=/trunk/dom/; revision=6711
* Stub implementation of of dom_document_type methodsJames Shaw2007-07-161-0/+1
| | | | svn path=/trunk/dom/; revision=3422
* Populate dom.hJohn Mark Bell2007-07-141-4/+24
| | | | | | Beginnings of xmlparser SAX handling. svn path=/trunk/dom/; revision=3413
* LibXML 2 binding for libdom.John Mark Bell2007-07-141-0/+17
This is mostly stub, at present svn path=/trunk/dom/; revision=3412