summaryrefslogtreecommitdiff
path: root/include/dom/bootstrap
Commit message (Expand)AuthorAgeFilesLines
* Rationalise dom_string (some consideration is required as to what happens wrt...John Mark Bell2009-03-031-4/+1
* DOM Strings are now capable of containing either UTF-8 or UTF-16 encoded data.John Mark Bell2007-09-301-2/+9
* dom_initialise() and dom_finalise() are now completely public, rather than hi...John Mark Bell2007-09-292-10/+21
* Introduce global initialistaion/finalisation for DOM library. This should be ...John Mark Bell2007-09-291-0/+10
* Begin implementation of DocumentType classJohn Mark Bell2007-09-191-3/+9
* Comment fixesJohn Mark Bell2007-07-291-3/+3
* Add Document constructorJohn Mark Bell2007-07-281-0/+4
* Add ability to set a document's doctype after the document has been createdJohn Mark Bell2007-07-261-0/+7
* Add DOMImplementation, DOMImplementationListJohn Mark Bell2007-07-122-0/+274