endrov.util.io
Class EvXmlUtil.NoOpEntityResolver

java.lang.Object
  extended by endrov.util.io.EvXmlUtil.NoOpEntityResolver
All Implemented Interfaces:
org.xml.sax.EntityResolver
Enclosing class:
EvXmlUtil

public static class EvXmlUtil.NoOpEntityResolver
extends java.lang.Object
implements org.xml.sax.EntityResolver


Constructor Summary
EvXmlUtil.NoOpEntityResolver()
           
 
Method Summary
 org.xml.sax.InputSource resolveEntity(java.lang.String publicId, java.lang.String systemId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EvXmlUtil.NoOpEntityResolver

public EvXmlUtil.NoOpEntityResolver()
Method Detail

resolveEntity

public org.xml.sax.InputSource resolveEntity(java.lang.String publicId,
                                             java.lang.String systemId)
Specified by:
resolveEntity in interface org.xml.sax.EntityResolver