Java org.springframework.beans.factory.xml NamespaceHandler fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.beans.factory.xml NamespaceHandler fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.beans.factory.xml NamespaceHandler.

The text is from its open source code.

Implementation

org.springframework.beans.factory.xml.NamespaceHandler has the following implementations.
Click this link to see all its implementation.

Method

BeanDefinitionHolderdecorate(Node source, BeanDefinitionHolder definition, ParserContext parserContext)
Parse the specified Node and decorate the supplied BeanDefinitionHolder , returning the decorated definition.
voidinit()
Invoked by the DefaultBeanDefinitionDocumentReader after construction but before any custom elements are parsed.
BeanDefinitionparse(Element element, ParserContext parserContext)
Parse the specified Element and register any resulting BeanDefinition BeanDefinitions with the org.springframework.beans.factory.support.BeanDefinitionRegistry that is embedded in the supplied ParserContext .