public abstract class AbstractResolver extends Object implements EntityResolver
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractResolver(List<Properties> descriptors) |
| Modifier and Type | Method and Description |
|---|---|
ClassLoader |
getClassLoader() |
protected List<Properties> |
getDescriptors() |
protected InputSource |
resolveBindingConfigLocation(String systemId) |
protected InputSource |
resolveSchemaLocation(String systemId) |
void |
setClassLoader(ClassLoader classLoader) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitresolveEntityprotected AbstractResolver(List<Properties> descriptors)
protected List<Properties> getDescriptors()
public ClassLoader getClassLoader()
public void setClassLoader(ClassLoader classLoader)
protected InputSource resolveSchemaLocation(String systemId) throws SAXException
SAXExceptionprotected InputSource resolveBindingConfigLocation(String systemId) throws SAXException
SAXExceptionCopyright © 2020. All rights reserved.