1 19 package org.enhydra.zeus; 20 21 import java.io.IOException ; 22 23 import org.jdom.Document; 25 26 import org.xml.sax.EntityResolver ; 28 29 46 public interface Source { 47 48 58 public String getSystemID(); 59 60 72 public void setSystemID(String systemID); 73 74 85 public Document getDocument() throws IOException ; 86 87 97 public void setEntityResolver(EntityResolver entityResolver); 98 } 99 | Popular Tags |