public class XMLMapperEntityResolver extends Object implements EntityResolver
Constructor and Description |
---|
XMLMapperEntityResolver() |
Modifier and Type | Method and Description |
---|---|
InputSource |
resolveEntity(String publicId,
String systemId)
Converts a public DTD into a local one.
|
public InputSource resolveEntity(String publicId, String systemId) throws SAXException
resolveEntity
in interface EntityResolver
publicId
- The public id that is what comes after "PUBLIC"systemId
- The system id that is what comes after the public id.SAXException
- If anything goes wrongCopyright © 2009–2021 MyBatis.org. All rights reserved.