fi.iki.hsivonen.xml
Class NullEntityResolver

java.lang.Object
  extended by fi.iki.hsivonen.xml.NullEntityResolver
All Implemented Interfaces:
EntityResolver

public class NullEntityResolver
extends Object
implements EntityResolver

Author:
hsivonen

Constructor Summary
NullEntityResolver()
          Creates a new instance of NullEntityResolver
 
Method Summary
 InputSource resolveEntity(String str, String str1)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullEntityResolver

public NullEntityResolver()
Creates a new instance of NullEntityResolver

Method Detail

resolveEntity

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