public static class AbstractXmlParser.CachedFileEntityResolver extends Object implements EntityResolver
EntityResolver.
Using a mechanism of cached files in temp dir to improve performance when using the XMLReader.| Modifier and Type | Field and Description |
|---|---|
protected static Map |
ENTITY_CACHE
Map with systemId as key and the content of systemId as byte[].
|
| Constructor and Description |
|---|
AbstractXmlParser.CachedFileEntityResolver() |
protected static final Map ENTITY_CACHE
public AbstractXmlParser.CachedFileEntityResolver()
public InputSource resolveEntity(String publicId, String systemId) throws SAXException, IOException
resolveEntity in interface EntityResolverSAXExceptionIOExceptionCopyright © 2005–2014. All rights reserved.