net.sf.dewdrop.sqlml.xml
Class SqlmlDtdResolver

java.lang.Object
  extended bynet.sf.dewdrop.sqlml.xml.SqlmlDtdResolver
All Implemented Interfaces:
EntityResolver

public class SqlmlDtdResolver
extends Object
implements EntityResolver

Since:
8 January 2005
Author:
Les Hazlewood

Constructor Summary
SqlmlDtdResolver()
           
 
Method Summary
 InputSource resolveEntity(String publicId, String systemId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SqlmlDtdResolver

public SqlmlDtdResolver()
Method Detail

resolveEntity

public InputSource resolveEntity(String publicId,
                                 String systemId)
                          throws SAXException,
                                 IOException
Specified by:
resolveEntity in interface EntityResolver
Throws:
SAXException
IOException