Generated by
JDiff

org.springframework.beans.factory.xml Documentation Differences

This file contains all the changes in documentation in the package org.springframework.beans.factory.xml as colored differences. Deletions are shown like this, and additions are shown like this.
If no deletions or additions are shown in an entry, the HTML tags will be what has changed. The new HTML tags are shown in the differences. If no documentation existed, and then some was added in a later version, this change is noted in the appropriate class pages of differences, but the change is not shown on this page. Only changes in existing text are shown here. Similarly, documentation which was inherited from another class or interface is not shown here.
Note that an HTML error in the new documentation may cause the display of other documentation changes to be presented incorrectly. For instance, failure to close a <code> tag will cause all subsequent paragraphs to be displayed differently.

Class BeanDefinitionParserDelegate

Stateful delegate class used to parse XML bean definitions. Intended for use by both the main parser and any extension BeanDefinitionParsers or BeanDefinitionDecorators. @author Rob Harrop @author Juergen Hoeller @author Rod Johnson @author Mark Fisher @author Gary Russell @since 2.0 @see ParserContext @see DefaultBeanDefinitionDocumentReader
Class BeanDefinitionParserDelegate, AbstractBeanDefinition parseBeanDefinitionElement(Element, String, BeanDefinition)

Parse the bean definition itself, without regard to name or aliases. May return null if problems occuredoccurred during the parseparsing of the bean definition.
Class BeanDefinitionParserDelegate, void populateDefaults(DocumentDefaultsDefinition, DocumentDefaultsDefinition, Element)

Populate the given DocumentDefaultsDefinition instance with the default lazy-init, autowire, dependency check settings, init-method, destroy-method and merge settings. Support nested 'beans' element use cases by falling back to parentDefaults in case the defaults are not explicitly set locally. @param defaults the defaults to populate @param defaultsparentDefaults the parent BeanDefinitionParserDelegate (if any) defaults to fall back to @param root the root element of the current bean definition document (or nested beans element)