Package ubic.gemma.core.loader.entrez
Class NcbiEntityResolver
- java.lang.Object
-
- ubic.gemma.core.loader.entrez.NcbiEntityResolver
-
- All Implemented Interfaces:
EntityResolver
public class NcbiEntityResolver extends Object implements EntityResolver
Resolve a bunch of NCBI DTDs in the classpath.- Author:
- poirigui
-
-
Constructor Summary
Constructors Constructor Description NcbiEntityResolver()
-
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 IOException
- Specified by:
resolveEntity
in interfaceEntityResolver
- Throws:
IOException
-
-