uci.xml
Class DTDEntityResolver

uci.xml.DTDEntityResolver

public class DTDEntityResolver


Field Summary
static String DTD_DIR
           
static DTDEntityResolver SINGLETON
           
 
Constructor Summary
protected DTDEntityResolver()
           
 
Method Summary
 uci.xml.InputSource resolveEntity(String publicId, String systemId)
           
 

Field Detail

DTD_DIR

public static String DTD_DIR

SINGLETON

public static final DTDEntityResolver SINGLETON
Constructor Detail

DTDEntityResolver

protected DTDEntityResolver()
Method Detail

resolveEntity

public uci.xml.InputSource resolveEntity(String publicId,
                                         String systemId)
                                  throws IOException,
                                         org.xml.sax.SAXException