| Package | Description |
|---|---|
| org.springframework.beans.factory.xml |
Contains an abstract XML-based
BeanFactory implementation,
including a standard "spring-beans" XSD. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultBeanDefinitionDocumentReader
Default implementation of the
BeanDefinitionDocumentReader interface that
reads bean definitions according to the "spring-beans" DTD and XSD format
(Spring's default XML bean definition format). |
| Modifier and Type | Method and Description |
|---|---|
protected BeanDefinitionDocumentReader |
XmlBeanDefinitionReader.createBeanDefinitionDocumentReader()
Create the
BeanDefinitionDocumentReader to use for actually
reading bean definitions from an XML document. |
| Modifier and Type | Method and Description |
|---|---|
void |
XmlBeanDefinitionReader.setDocumentReaderClass(Class<? extends BeanDefinitionDocumentReader> documentReaderClass)
Specify the
BeanDefinitionDocumentReader implementation to use,
responsible for the actual reading of the XML bean definition document. |