package org.madore.damlengine; import org.w3c.dom.*; public abstract class AttrHandler { public void handle(TodoAttr that) { } }