Bean definition reader for XML bean definitions. Delegates the actual XML
parsing to an implementation of the XmlBeanDefinitionParser interface.
Typically applied to a DefaultListableBeanFactory.
This class loads a DOM document and applies the bean definition parser to it.
The parser will register each bean definition with the given bean factory,
relying on the latter's implementation of the BeanDefinitionRegistry interface.
This class loads a DOM document and applies the bean definition parser to it. The parser will register each bean definition with the given bean factory, relying on the latter's implementation of the BeanDefinitionRegistry interface.