01: /* 02: * Created on Jun 8, 2005 03: */ 04: package org.w3c.dom; 05: 06: /** 07: * @author Zoran Milakovic 08: */ 09: public interface UserDataHandler { 10: 11: }