1 19 package org.enhydra.zeus.source; 20 21 import java.io.IOException ; 22 23 import org.enhydra.zeus.Source; 25 26 import org.jdom.Document; 28 29 import com.wutka.dtd.DTD; 31 32 55 public abstract class DTDSource extends BaseSource { 56 57 70 public Document getDocument() throws IOException { 71 return null; 72 } 73 74 86 public abstract DTD getDTD() throws IOException ; 87 88 } 89 | Popular Tags |