org.mybatis.generator.config.xml
Class ParserEntityResolver

java.lang.Object
  extended by org.mybatis.generator.config.xml.ParserEntityResolver
All Implemented Interfaces:
EntityResolver

public class ParserEntityResolver
extends Object
implements EntityResolver

Author:
Jeff Butler

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

ParserEntityResolver

public ParserEntityResolver()
Method Detail

resolveEntity

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


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