Uses of Class
org.springframework.beans.factory.xml.DelegatingEntityResolver
Packages that use DelegatingEntityResolver
Package
Description
Contains an abstract XML-based 
BeanFactory implementation,
including a standard "spring-beans" XSD.- 
Uses of DelegatingEntityResolver in org.springframework.beans.factory.xmlSubclasses of DelegatingEntityResolver in org.springframework.beans.factory.xmlModifier and TypeClassDescriptionclassEntityResolverimplementation that tries to resolve entity references through aResourceLoader(usually, relative to the resource base of anApplicationContext), if applicable.