Uses of Interface
org.springframework.beans.factory.xml.BeanDefinitionDocumentReader
Packages that use BeanDefinitionDocumentReader Package Description org.springframework.beans.factory.xml Contains an abstract XML-basedBeanFactoryimplementation, including a standard "spring-beans" XSD.Uses of BeanDefinitionDocumentReader in org.springframework.beans.factory.xml
Classes in org.springframework.beans.factory.xml that implement BeanDefinitionDocumentReader Modifier and Type Class Description classDefaultBeanDefinitionDocumentReaderDefault implementation of theBeanDefinitionDocumentReaderinterface that reads bean definitions according to the "spring-beans" DTD and XSD format (Spring's default XML bean definition format).Methods in org.springframework.beans.factory.xml that return BeanDefinitionDocumentReader Modifier and Type Method Description protected BeanDefinitionDocumentReaderXmlBeanDefinitionReader. createBeanDefinitionDocumentReader()Create theBeanDefinitionDocumentReaderto use for actually reading bean definitions from an XML document.Method parameters in org.springframework.beans.factory.xml with type arguments of type BeanDefinitionDocumentReader Modifier and Type Method Description voidXmlBeanDefinitionReader. setDocumentReaderClass(Class<? extends BeanDefinitionDocumentReader> documentReaderClass)Specify theBeanDefinitionDocumentReaderimplementation to use, responsible for the actual reading of the XML bean definition document.