summaryrefslogtreecommitdiffstats
path: root/org/madore/damlengine/TodoDamlElement.java
Commit message (Expand)AuthorAgeFilesLines
* Various "stylistic" improvements suggested by Joshua Bloch's book.David A. Madore2010-04-221-1/+3
* Rather than an ad hoc "Options" class, use caller todo directly.David A. Madore2010-04-191-12/+8
* Use RuntimeException classes rather than Error to indicate errors.David A. Madore2010-04-191-4/+4
* Fix misuse of getAttributeNS(), and handling of xml:lang.David A. Madore2010-04-181-7/+7
* A handful of meta tags, script and style sections.David A. Madore2010-04-181-0/+29
* Rename TodoContext class to Context. Usually call "ctx" its instances.David A. Madore2010-04-181-24/+24
* Preliminary handler for <daml> element.David A. Madore2010-04-181-0/+78