org.jcoderz.commons.taskdefs
Class DummyEntityResolver
java.lang.Object
org.jcoderz.commons.taskdefs.DummyEntityResolver
- All Implemented Interfaces:
- EntityResolver
public final class DummyEntityResolver
- extends Object
- implements EntityResolver
Dummy Entity Resolver.
This entity resolver construct an empty input source and return that.
- Author:
- Michael Griffel
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
resolveEntity
public InputSource resolveEntity(String publicId,
String systemId)
-
- Specified by:
resolveEntity in interface EntityResolver
Copyright 2007 The jCoderZ Project.