net.sf.mavenhist.extractor.util
Class RemoveDTDLookupResolver
java.lang.Object
net.sf.mavenhist.extractor.util.RemoveDTDLookupResolver
- All Implemented Interfaces:
- EntityResolver
public class RemoveDTDLookupResolver
- extends Object
- implements EntityResolver
Entity resolver that prevents the XML parser to search for schema and dtd-files in the network.
If this resolver is not set, it is necessairy to have a network connection to run the
application.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoveDTDLookupResolver
public RemoveDTDLookupResolver()
resolveEntity
public InputSource resolveEntity(String publicId,
String systemId)
-
- Specified by:
resolveEntity
in interface EntityResolver
Copyright © 2009. All Rights Reserved.