net.sf.kernow.transform
Class CustomEntityResolver

java.lang.Object
  extended by net.sf.kernow.transform.CustomEntityResolver
All Implemented Interfaces:
org.xml.sax.EntityResolver

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


Method Summary
static CustomEntityResolver getInstance()
           
 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
 

Method Detail

getInstance

public static CustomEntityResolver getInstance()

resolveEntity

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