| Package | Description | 
|---|---|
| org.springframework.beans.factory.xml | Contains an abstract XML-based  BeanFactoryimplementation,
 including a standard "spring-beans" XSD. | 
| Modifier and Type | Method and Description | 
|---|---|
| DocumentDefaultsDefinition | BeanDefinitionParserDelegate. getDefaults()Return the defaults definition object. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | BeanDefinitionParserDelegate. populateDefaults(DocumentDefaultsDefinition defaults,
                DocumentDefaultsDefinition parentDefaults,
                Element root)Populate the given DocumentDefaultsDefinition instance with the default lazy-init,
 autowire, dependency check settings, init-method, destroy-method and merge settings. |