C# 클래스 Spring.Context.Config.AttributeConfigObjectDefinitionParser

Object Defintion Parser for interpreting ConfigurationAttribute classes when primary configuration is peformed via XML.
상속: IObjectDefinitionParser
파일 보기 프로젝트 열기: spring-projects/spring-net

공개 메소드들

메소드 설명
ParseElement ( XmlElement element, ParserContext parserContext ) : IObjectDefinition

Parse the specified XmlElement and register the resulting ObjectDefinitions with the P:Spring.Objects.Factory.Xml.ParserContext.Registry IObjectDefinitionRegistry embedded in the supplied T:Spring.Objects.Factory.Xml.ParserContext

This method is never invoked if the parser is namespace aware and was called to process the root node.

메소드 상세

ParseElement() 공개 메소드

Parse the specified XmlElement and register the resulting ObjectDefinitions with the P:Spring.Objects.Factory.Xml.ParserContext.Registry IObjectDefinitionRegistry embedded in the supplied T:Spring.Objects.Factory.Xml.ParserContext

This method is never invoked if the parser is namespace aware and was called to process the root node.

public ParseElement ( XmlElement element, ParserContext parserContext ) : IObjectDefinition
element System.Xml.XmlElement The element to be parsed.
parserContext Spring.Objects.Factory.Xml.ParserContext The object encapsulating the current state of the parsing process. /// Provides access to a IObjectDefinitionRegistry
리턴 IObjectDefinition