summaryrefslogtreecommitdiffstats
path: root/org/madore/damlengine/DamlEngine.java
Commit message (Expand)AuthorAgeFilesLines
* Change dispatching approach: handlers are now part of todoItems.David A. Madore2010-04-151-3/+3
* Instantiate TodoDeque rather than using static variables.David A. Madore2010-04-151-2/+3
* Handle d:xempty attribute, as proof of concept.David A. Madore2010-04-131-1/+1
* Framework for handling attributes.David A. Madore2010-04-131-3/+3
* Create a todo deque class, and use it.David A. Madore2010-04-131-6/+4
* Start writing a todo item handling framework.David A. Madore2010-04-131-0/+3
* Start writing code for a todo stack.David A. Madore2010-04-121-0/+8
* Purge unnecessary import.David A. Madore2010-04-121-1/+1
* Write a semi-decent unparser(=serializer).David A. Madore2010-04-121-0/+1
* Move ad hoc serializer to an "Unparser" class (ugly and unfinished).David A. Madore2010-04-121-47/+4
* Implement a toy serializer of my own (just the structure).David A. Madore2010-04-111-15/+48
* Another attempt at output formatting, this time with serializers. Still sucks.David A. Madore2010-04-111-13/+8
* Alternate version using javax interfaces rather than the W3C DOM Load&Save.David A. Madore2010-04-111-19/+25
* Start a Java version of a daml engine. So far, just the identity transform.David A. Madore2010-04-111-0/+53