Package org.daisy.dotify.common.xml
Class EntityResolverCache
- java.lang.Object
-
- org.daisy.dotify.common.xml.EntityResolverCache
-
- All Implemented Interfaces:
EntityResolver
public class EntityResolverCache extends Object implements EntityResolver
Provides an entity resolver with cache.
-
-
Constructor Summary
Constructors Constructor Description EntityResolverCache()
Creates a new entity resolver with cache.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InputSource
resolveEntity(String publicId, String systemId)
-
-
-
Method Detail
-
resolveEntity
public InputSource resolveEntity(String publicId, String systemId) throws SAXException, IOException
- Specified by:
resolveEntity
in interfaceEntityResolver
- Throws:
SAXException
IOException
-
-