| java.lang.Object |
| ↳ |
org.springframework.beans.factory.xml.DelegatingEntityResolver |
Known Direct Subclasses
| ResourceEntityResolver |
EntityResolver implementation that tries to resolve entity references
through a ResourceLoader (usually,
relative to the resource base of an ApplicationContext), if applicable. |
|
Constants
public
static
final
String
DTD_SUFFIX
public
static
final
String
XSD_SUFFIX
Suffix for schema definition files
Constant Value:
".xsd"
Public Constructors
public
DelegatingEntityResolver
(ClassLoader classLoader)
Parameters
| classLoader
| the ClassLoader to use for loading
(can be null) to use the default ClassLoader)
|
public
DelegatingEntityResolver
(EntityResolver dtdResolver, EntityResolver schemaResolver)
Create a new DelegatingEntityResolver that delegates to
the given EntityResolvers.
Parameters
| dtdResolver
| the EntityResolver to resolve DTDs with |
| schemaResolver
| the EntityResolver to resolve XML schemas with
|
Public Methods