gov.nasa.pds.tools.label
Class CachedEntityResolver

java.lang.Object
  extended by gov.nasa.pds.tools.label.CachedEntityResolver
All Implemented Interfaces:
EntityResolver

public class CachedEntityResolver
extends Object
implements EntityResolver

Class that caches entities into memory.

Author:
mcayanan

Constructor Summary
CachedEntityResolver()
          Constructor.
 
Method Summary
 InputSource resolveEntity(String publicId, String systemId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CachedEntityResolver

public CachedEntityResolver()
Constructor.

Method Detail

resolveEntity

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


Copyright © 2010–2014 Planetary Data System. All rights reserved.