summaryrefslogtreecommitdiff
path: root/include/dom/core/string.h
Commit message (Collapse)AuthorAgeFilesLines
* Add extra dom_string constructor that permits strings to be manufactured in ↵John Mark Bell2007-07-141-0/+5
| | | | | | | | the situation where there exists no document. This should only be used in order to create dom_strings for use by DocumentType and Document constructors -- in any other situation, a suitable document already exists. svn path=/trunk/dom/; revision=3411
* Add NodeList and string comparison APIJohn Mark Bell2007-07-101-0/+6
| | | | svn path=/trunk/dom/; revision=3394
* Purge all trace of the ballache that was dom_ctx.John Mark Bell2007-07-061-10/+8
| | | | | | Document the functions in document.c svn path=/trunk/dom/; revision=3385
* Import DOM library.John Mark Bell2007-07-061-0/+40
This is mainly stub functions atm (and is missing a number of key interfaces). svn path=/trunk/dom/; revision=3384