hotsax.html.sax.helpers
Class EntityResolverImpl
java.lang.Object
hotsax.html.sax.helpers.EntityResolverImpl
- All Implemented Interfaces:
- EntityResolver
public class EntityResolverImpl
- extends Object
- implements EntityResolver
Special Enitity resolver to handle URIs like file: etc
- Version:
- Author:
- edh
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EntityResolverImpl
public EntityResolverImpl()
- Creates new EntityResolverImpl
resolveEntity
public InputSource resolveEntity(String publicId,
String systemId)
throws SAXException,
IOException
- Resolve anu local entities based on URI. Like file://home/edh/index.html etc.
- Specified by:
resolveEntity
in interface EntityResolver
- Throws:
SAXException
IOException
Copyright © 2007-2008. All Rights Reserved.