org.jcae.viewer3d.fe.amibe
Class ClassPathEntityResolver

java.lang.Object
  extended by org.jcae.viewer3d.fe.amibe.ClassPathEntityResolver
All Implemented Interfaces:
org.xml.sax.EntityResolver

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


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

ClassPathEntityResolver

public ClassPathEntityResolver()
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