| 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 | 
|---|---|
| protected void | NamespaceHandlerSupport. registerBeanDefinitionDecorator(String elementName,
                               BeanDefinitionDecorator dec)Subclasses can call this to register the supplied  BeanDefinitionDecoratorto
 handle the specified element. | 
| protected void | NamespaceHandlerSupport. registerBeanDefinitionDecoratorForAttribute(String attrName,
                                           BeanDefinitionDecorator dec)Subclasses can call this to register the supplied  BeanDefinitionDecoratorto
 handle the specified attribute. |