|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.biojava.utils.xml.ResourceEntityResolver
public class ResourceEntityResolver
SAX EntityResolve which looks up system IDs as resources from a Java ClassLoader.
| Constructor Summary | |
|---|---|
ResourceEntityResolver(String path)
Construct a resolver which searches for resources in the specified path relative to the current classloader. |
|
ResourceEntityResolver(String[] path)
Construct a resolver which searches for resources in the specified list of directories relative to the current classloader. |
|
ResourceEntityResolver(String[] path,
ClassLoader classLoader)
Construct a resolver which searches for resources in the specified list of directories relative to the supplied classloader. |
|
ResourceEntityResolver(String path,
ClassLoader classLoader)
Construct a resolver which searches for resources in the specified path relative to the supplied classloader. |
|
| 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 |
|---|
public ResourceEntityResolver(String path)
public ResourceEntityResolver(String[] path)
public ResourceEntityResolver(String[] path,
ClassLoader classLoader)
public ResourceEntityResolver(String path,
ClassLoader classLoader)
| Method Detail |
|---|
public InputSource resolveEntity(String publicId,
String systemId)
throws SAXException,
IOException
resolveEntity in interface EntityResolverSAXException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||