summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Document implications of reference counting on DOM node destruction.John Mark Bell2007-07-191-0/+102
* Add XML to C transformation to 'make test' targetJames Shaw2007-07-196-10/+2574
* Add email addressJames Shaw2007-07-192-2/+2
* Fix casting for attribute accessor generation. Add cast for string James Shaw2007-07-181-10/+24
* Take out lots of <assertEquals> code because it's broken, and needs James Shaw2007-07-171-8/+14
* Add xml_parser_add_element_node; builds DOM Elements from XML_ELEMENT_NODEs.John Mark Bell2007-07-161-7/+122
* Fix typoJohn Mark Bell2007-07-161-1/+1
* Stub out remainder of DocumentType API.John Mark Bell2007-07-162-7/+150
* Include utils.hJames Shaw2007-07-161-0/+1
* Stub implementation of of dom_document_type methodsJames Shaw2007-07-164-1/+42
* Partially implement method invocation. Should be sufficient to generate James Shaw2007-07-161-1/+64
* Implement TestObject class and other test utilities (testutils.h)John Mark Bell2007-07-154-3/+235
* Fix libxml binding buildsystem target filename (previously overwrote core lib...John Mark Bell2007-07-152-29/+226
* Further libxml binding work.John Mark Bell2007-07-151-6/+170
* Implement <load>. Extend <assertEquals> to handle equality test for James Shaw2007-07-151-20/+82
* Rename to dom_node_get_owner_document() in line with specJames Shaw2007-07-152-2/+2
* Populate dom.hJohn Mark Bell2007-07-142-41/+168
* LibXML 2 binding for libdom.John Mark Bell2007-07-1412-0/+832
* Add extra dom_string constructor that permits strings to be manufactured in t...John Mark Bell2007-07-142-10/+85
* Implement metadata function comment. Partially implement <assertEquals> James Shaw2007-07-141-35/+135
* Modify node value, type and name functions to match w3c specJames Shaw2007-07-142-8/+8
* Make NamedNodeMap more genericJohn Mark Bell2007-07-124-35/+28
* Add DOMImplementation, DOMImplementationListJohn Mark Bell2007-07-1210-2/+855
* Import dom1-interfaces -- autogenned by the w3c DOM test suite. James Shaw2007-07-112-3/+3773
* Initial revision of test-to-c transformerJames Shaw2007-07-111-0/+95
* Add Element.John Mark Bell2007-07-115-3/+595
* Fix TypeInfo -> type_info conversionJohn Mark Bell2007-07-112-8/+8
* Make CharacterData struct public (within library)John Mark Bell2007-07-115-9/+148
* Add CharacterDataJohn Mark Bell2007-07-113-1/+229
* Warning fixesJohn Mark Bell2007-07-101-2/+4
* Add NamedNodeMap.John Mark Bell2007-07-107-7/+557
* Add NodeList and string comparison APIJohn Mark Bell2007-07-1011-2/+479
* Purge all trace of the ballache that was dom_ctx.John Mark Bell2007-07-0613-546/+763
* Import DOM library.John Mark Bell2007-07-0624-0/+2858