com.ibatis.sqlmap.engine.builder.xml
public class SqlMapClasspathEntityResolver extends Object implements EntityResolver
| Method Summary | |
|---|---|
| InputSource | resolveEntity(String publicId, String systemId)
Converts a public DTD into a local one
|
Parameters: publicId Unused but required by EntityResolver interface systemId The DTD that is being requested
Returns: The InputSource for the DTD
Throws: SAXException If anything goes wrong