C# Class Spring.Context.Config.ContextNamespaceParser

Inheritance: Spring.Objects.Factory.Xml.NamespaceParserSupport
Mostrar archivo Open project: spring-projects/spring-net-codeconfig

Public Methods

Method Description
Init ( ) : void

Register the IObjectDefinitionParser for the 'advice' and 'attribute-driven' tags.

Method Details

Init() public method

Register the IObjectDefinitionParser for the 'advice' and 'attribute-driven' tags.
public Init ( ) : void
return void