C# 클래스 Spring.Context.Support.NamespaceParsersSectionHandler

Configuration section handler for the (recommended, Spring.NET standard) parsers config section.

Spring.NET allows the registration of custom configuration parsers that can be used to create simplified configuration schemas that better describe object definitions.

For example, Spring.NET uses this facility internally in order to define simplified schemas for various AOP, Data and Services definitions.

상속: IConfigurationSectionHandler
파일 보기 프로젝트 열기: spring-projects/spring-net 1 사용 예제들

공개 메소드들

메소드 설명
Create ( object parent, object configContext, XmlNode section ) : object

Registers parsers specified in the (recommended, Spring.NET standard) parsers config section with the NamespaceParserRegistry.

비공개 메소드들

메소드 설명
GetRequiredAttributeValue ( XmlElement aliasElement, string requiredAttributeName, XmlNode section ) : string

메소드 상세

Create() 공개 메소드

Registers parsers specified in the (recommended, Spring.NET standard) parsers config section with the NamespaceParserRegistry.
public Create ( object parent, object configContext, XmlNode section ) : object
parent object /// The configuration settings in a corresponding parent /// configuration section. ///
configContext object /// The configuration context when called from the ASP.NET /// configuration system. Otherwise, this parameter is reserved and /// is . ///
section System.Xml.XmlNode /// The for the section. ///
리턴 object