com.ibatis.sqlmap.engine.builder.xml

Class SqlMapClasspathEntityResolver

public class SqlMapClasspathEntityResolver extends Object implements EntityResolver

Offline entity resolver for the iBATIS DTDs
Method Summary
InputSourceresolveEntity(String publicId, String systemId)
Converts a public DTD into a local one

Method Detail

resolveEntity

public 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

Copyright © 2011. All Rights Reserved.