de.nava.informa.utils
Class NoOpEntityResolver

java.lang.Object
  extended by de.nava.informa.utils.NoOpEntityResolver
All Implemented Interfaces:
EntityResolver

public class NoOpEntityResolver
extends Object
implements EntityResolver

An EntityResolver that resolves the DTD without actually reading the separate file.

Author:
Niko Schmuck (niko@nava.de)

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

Constructor Detail

NoOpEntityResolver

public NoOpEntityResolver()
Method Detail

resolveEntity

public InputSource resolveEntity(String publicId,
                                 String systemId)
Specified by:
resolveEntity in interface EntityResolver


Copyright © 2002-2007 Niko Schmuck. All Rights Reserved.