de.nava.informa.utils
Class NoOpEntityResolver
java.lang.Object
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)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NoOpEntityResolver
public NoOpEntityResolver()
resolveEntity
public InputSource resolveEntity(String publicId,
String systemId)
- Specified by:
resolveEntity
in interface EntityResolver
Copyright © 2002-2007 Niko Schmuck.
All Rights Reserved.