| Package | Description | 
|---|---|
| org.springframework.beans.factory.xml | Contains an abstract XML-based  BeanFactoryimplementation,
 including a standard "spring-beans" XSD. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DefaultBeanDefinitionDocumentReaderDefault implementation of the  BeanDefinitionDocumentReaderinterface 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  BeanDefinitionDocumentReaderto 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  BeanDefinitionDocumentReaderimplementation to use,
 responsible for the actual reading of the XML bean definition document. |