summaryrefslogtreecommitdiff
path: root/examples/dom-structure-dump.c
Commit message (Collapse)AuthorAgeFilesLines
* fix example for new parameter setupVincent Sanders2012-12-061-3/+11
|
* Make the example a tad more usefulDaniel Silverstone2012-11-041-1/+1
|
* Fix for current libdom.Michael Drake2012-10-111-20/+2
|
* Update. Still broken.Michael Drake2012-10-111-1/+2
|
* Dump the title to prove dom_node_get_text_contentDaniel Silverstone2012-03-241-0/+11
| | | | svn path=/trunk/libdom/; revision=13600
* Pedantic wrap change.Michael Drake2012-02-151-1/+2
| | | | svn path=/trunk/libdom/; revision=13447
* Make tag name stand out a bit more clearly in output.Michael Drake2012-02-151-1/+1
| | | | svn path=/trunk/libdom/; revision=13446
* dom_node_internal should never appear in client code: replace with dom_node ↵John Mark Bell2012-02-061-7/+23
| | | | | | | | as intended. Fix reference leaks. svn path=/trunk/libdom/; revision=13431
* Intern attribute nameJohn Mark Bell2012-02-061-1/+1
| | | | svn path=/trunk/libdom/; revision=13429
* Fix comparison of interned and non-interned dom strings. Constify dom ↵Michael Drake2011-12-221-1/+2
| | | | | | string data accessers. svn path=/trunk/libdom/; revision=13327
* Fix length for dom_string creation. Dump id attribute too.Michael Drake2011-12-221-3/+6
| | | | svn path=/trunk/libdom/; revision=13326
* Fix length of string prints.Michael Drake2011-12-221-2/+2
| | | | svn path=/trunk/libdom/; revision=13325
* Make example a smidgen more generic. Free the dom_string created for ↵Michael Drake2011-12-221-18/+21
| | | | | | attribute acquisition. svn path=/trunk/libdom/; revision=13324
* Use ANSI functions for file handling.Michael Drake2011-12-221-8/+6
| | | | svn path=/trunk/libdom/; revision=13323
* Update for current libdom. Has issues.Michael Drake2011-12-221-63/+20
| | | | svn path=/trunk/libdom/; revision=13321
* Enable the class dumping code, but it gives up cleanly on the first class ↵Michael Drake2010-12-081-8/+18
| | | | | | encountered because of a NULL lwc_string. svn path=/trunk/libdom/; revision=11027
* Unref dom_strings. Still need to unref the nodes.Michael Drake2010-12-051-0/+6
| | | | svn path=/trunk/dom/; revision=11010
* Add commented out code for getting and dumping the class attribute.Michael Drake2010-12-051-1/+65
| | | | svn path=/trunk/dom/; revision=11007
* Update for latest lib versions.Michael Drake2010-12-051-136/+144
| | | | svn path=/trunk/dom/; revision=10996
* Add some comments.Michael Drake2010-12-041-9/+8
| | | | svn path=/trunk/dom/; revision=10967
* Remove unused libdom client data stuff.Michael Drake2010-12-041-6/+1
| | | | svn path=/trunk/dom/; revision=10965
* Update LibDOM example to walk though the DOM and print the DOM's structure ↵Michael Drake2010-12-041-44/+106
| | | | | | out. Still needs to be updated to print class attribute/value when present. Also, still needs a bit of tidying and more comments. svn path=/trunk/dom/; revision=10960
* Add incomplete LibDOM example.Michael Drake2010-12-031-0/+234
svn path=/trunk/dom/; revision=10953