Class SqlMapClasspathEntityResolver
java.lang.Object
com.ibatis.sqlmap.engine.builder.xml.SqlMapClasspathEntityResolver
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionresolveEntity
(String publicId, String systemId) Converts a public DTD into a local one
-
Constructor Details
-
SqlMapClasspathEntityResolver
public SqlMapClasspathEntityResolver()
-
-
Method Details
-
resolveEntity
Converts a public DTD into a local one- Specified by:
resolveEntity
in interfaceEntityResolver
- Parameters:
publicId
- Unused but required by EntityResolver interfacesystemId
- The DTD that is being requested- Returns:
- The InputSource for the DTD
- Throws:
SAXException
- If anything goes wrong
-