spring-framework / org.springframework.beans.factory.xml / DefaultBeanDefinitionDocumentReader / registerBeanDefinitions

registerBeanDefinitions

open fun registerBeanDefinitions(doc: Document, readerContext: XmlReaderContext): Unit

Overrides BeanDefinitionDocumentReader.registerBeanDefinitions

This implementation parses bean definitions according to the "spring-beans" XSD (or DTD, historically).

Opens a DOM Document; then initializes the default settings specified at the <beans/> level; then parses the contained bean definitions.