org.olat.ims.resources
Class IMSEntityResolver

java.lang.Object
  extended by org.olat.ims.resources.IMSEntityResolver
All Implemented Interfaces:
org.xml.sax.EntityResolver

public class IMSEntityResolver
extends java.lang.Object
implements org.xml.sax.EntityResolver

Author:
mike

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

Constructor Detail

IMSEntityResolver

public IMSEntityResolver()
Default constructor.

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
See Also:
EntityResolver.resolveEntity(java.lang.String, java.lang.String)