NetKernel APIs


org.ten60.netkernel.xml.util
Class NKFEntityResolver

java.lang.Object
  extended byorg.ten60.netkernel.xml.util.NKFEntityResolver
All Implemented Interfaces:
EntityResolver

public class NKFEntityResolver
extends Object
implements EntityResolver

Implementation of an org.xml.sax.EntityResolver using NKF context


Constructor Summary
NKFEntityResolver(INKFConvenienceHelper aContext)
          Creates a new instance of NKFEntityResolver
 
Method Summary
 void cleanup()
          ensure link to context is removed as some XML technologies don't like to let go
 InputSource resolveEntity(String aPublicId, String systemId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NKFEntityResolver

public NKFEntityResolver(INKFConvenienceHelper aContext)
Creates a new instance of NKFEntityResolver

Method Detail

cleanup

public void cleanup()
ensure link to context is removed as some XML technologies don't like to let go


resolveEntity

public InputSource resolveEntity(String aPublicId,
                                 String systemId)
                          throws SAXException,
                                 IOException
Specified by:
resolveEntity in interface EntityResolver
Throws:
SAXException
IOException

NetKernel APIs


Copyright © 2002-2004 1060 Research Ltd. All Rights Reserved.