EAF 7.4 Util

org.enhydra.util
Class XMLConfigFile.PublicIdResolver

java.lang.Object
  extended by org.enhydra.util.XMLConfigFile.PublicIdResolver
All Implemented Interfaces:
org.xml.sax.EntityResolver
Enclosing class:
XMLConfigFile

public static class XMLConfigFile.PublicIdResolver
extends java.lang.Object
implements org.xml.sax.EntityResolver


Constructor Summary
XMLConfigFile.PublicIdResolver()
           
 
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

XMLConfigFile.PublicIdResolver

public XMLConfigFile.PublicIdResolver()
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

EAF 7.4 Util