org.apache.ibatis.builder.xml
Class XMLMapperEntityResolver

java.lang.Object
  extended by org.apache.ibatis.builder.xml.XMLMapperEntityResolver
All Implemented Interfaces:
EntityResolver

public class XMLMapperEntityResolver
extends Object
implements EntityResolver


Constructor Summary
XMLMapperEntityResolver()
           
 
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

XMLMapperEntityResolver

public XMLMapperEntityResolver()
Method Detail

resolveEntity

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


Copyright © 2010-2012 MyBatis.org. All Rights Reserved.