summaryrefslogtreecommitdiffstats
path: root/org/madore/damlengine/Unparser.java
Commit message (Collapse)AuthorAgeFilesLines
* Try to produce HTML5/XHTML5 (polyglot) output.David A. Madore2011-09-071-1/+1
|
* Add a lang attribute besides xml:lang for HTML4 compatibility.David A. Madore2011-08-311-2/+5
|
* Allow doctype overriding in unparser.David A. Madore2010-10-101-13/+19
|
* Esthetic whitespace.David A. Madore2010-04-221-1/+2
|
* Fix grave bug (forgotten statement!) in Unparser.David A. Madore2010-04-221-0/+1
| | | | I deserve to be laughed at for not spotting this one earlier.
* Various "stylistic" improvements suggested by Joshua Bloch's book.David A. Madore2010-04-221-2/+2
| | | | | | Use @Override annotation. Limit accessibility of fields. Make final what can be. Use complex enums. Don't ignore exceptions. Some more changes on exceptions thrown.
* Stray semicolon.David A. Madore2010-04-191-1/+1
|
* Write a semi-decent unparser(=serializer).David A. Madore2010-04-121-13/+73
| | | | Still a bit rough at the edges, but this basically does what I want.
* Move ad hoc serializer to an "Unparser" class (ugly and unfinished).David A. Madore2010-04-121-0/+88