Uses of Interface
org.springframework.beans.factory.xml.DocumentLoader
Packages that use DocumentLoader Package Description org.springframework.beans.factory.xml Contains an abstract XML-basedBeanFactoryimplementation, including a standard "spring-beans" XSD.Uses of DocumentLoader in org.springframework.beans.factory.xml
Classes in org.springframework.beans.factory.xml that implement DocumentLoader Modifier and Type Class Description classDefaultDocumentLoaderSpring's defaultDocumentLoaderimplementation.Methods in org.springframework.beans.factory.xml with parameters of type DocumentLoader Modifier and Type Method Description voidXmlBeanDefinitionReader. setDocumentLoader(DocumentLoader documentLoader)Specify theDocumentLoaderto use.