hotsax.html.sax.helpers
Class EntityResolverImpl

java.lang.Object
  extended by 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

Constructor Summary
EntityResolverImpl()
          Creates new EntityResolverImpl
 
Method Summary
 InputSource resolveEntity(String publicId, String systemId)
          Resolve anu local entities based on URI.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntityResolverImpl

public EntityResolverImpl()
Creates new EntityResolverImpl

Method Detail

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.