From c18d6e561179a3a96d93a9ae8c6034115ba36923 Mon Sep 17 00:00:00 2001 From: "David A. Madore" Date: Thu, 15 Apr 2010 23:06:03 +0200 Subject: Change dispatching approach: handlers are now part of todoItems. Instead of dispatching the todo item in function of the DAML node's local name at todo-handling time, the appropriate todo handler subclass is now instantiated in the todo deque by dispatching the creation of the todo item to the appropriate constructor. --- org/madore/damlengine/XemptyAttrHandler.java | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 org/madore/damlengine/XemptyAttrHandler.java (limited to 'org/madore/damlengine/XemptyAttrHandler.java') diff --git a/org/madore/damlengine/XemptyAttrHandler.java b/org/madore/damlengine/XemptyAttrHandler.java deleted file mode 100644 index 16f8173..0000000 --- a/org/madore/damlengine/XemptyAttrHandler.java +++ /dev/null @@ -1,12 +0,0 @@ -package org.madore.damlengine; - -import org.w3c.dom.*; - -public class XemptyAttrHandler extends AttrHandler { - - public void handle(TodoAttr that) { - that.owner.removeAttribute(that.attr.getName()); - that.owner.appendChild(DamlEngine.doc.createComment(" EMPTY ")); - } - -} -- cgit v1.2.3