spring-framework / org.springframework.beans.factory.xml / AbstractBeanDefinitionParser / <init>

<init>

AbstractBeanDefinitionParser()

Abstract BeanDefinitionParser implementation providing a number of convenience methods and a template method that subclasses must override to provide the actual parsing logic.

Use this BeanDefinitionParser implementation when you want to parse some arbitrarily complex XML into one or more BeanDefinition. If you just want to parse some XML into a single BeanDefinition, you may wish to consider the simpler convenience extensions of this class, namely AbstractSingleBeanDefinitionParser and AbstractSimpleBeanDefinitionParser.

Author
Rob Harrop

Author
Juergen Hoeller

Author
Rick Evans

Author
Dave Syer

Since
2.0