summaryrefslogtreecommitdiff
path: root/src/core/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Sort out somewhat messy object construction.John Mark Bell2007-07-281-2/+5
| | | | | | We now have explicit types for all classes (rather than using the parent class for those which inherit but add no extra data content). svn path=/trunk/dom/; revision=3465
* Stub implementation of of dom_document_type methodsJames Shaw2007-07-161-1/+1
| | | | svn path=/trunk/dom/; revision=3422
* Add DOMImplementation, DOMImplementationListJohn Mark Bell2007-07-121-2/+2
| | | | | | | | | Add DOMImplementationRegistry Define DOMImplementationSource and provide API to allow their registration This little lot should permit some kind of sensible DOM bootstrapping. svn path=/trunk/dom/; revision=3403
* Add Element.John Mark Bell2007-07-111-1/+2
| | | | | | Fix Attr's get_schema_type_info to have the right name. svn path=/trunk/dom/; revision=3400
* Make CharacterData struct public (within library)John Mark Bell2007-07-111-1/+1
| | | | | | Add Text. svn path=/trunk/dom/; revision=3398
* Add CharacterDataJohn Mark Bell2007-07-111-1/+1
| | | | svn path=/trunk/dom/; revision=3397
* Add NamedNodeMap.John Mark Bell2007-07-101-1/+1
| | | | | | Minor fix for NodeList unref function; ensure it unrefs the owner document after it has finished using it. svn path=/trunk/dom/; revision=3395
* Add NodeList and string comparison APIJohn Mark Bell2007-07-101-1/+1
| | | | svn path=/trunk/dom/; revision=3394
* Import DOM library.John Mark Bell2007-07-061-0/+53
This is mainly stub functions atm (and is missing a number of key interfaces). svn path=/trunk/dom/; revision=3384