C# 클래스 Castle.Windsor.Configuration.Interpreters.XmlProcessor.ElementProcessors.DefineElementProcessor

상속: AbstractXmlNodeProcessor
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono

공개 메소드들

메소드 설명
DefineElementProcessor ( ) : System
Process ( IXmlProcessorNodeList nodeList, IXmlProcessorEngine engine ) : void

보호된 메소드들

메소드 설명
Process ( string flag, IXmlProcessorEngine engine ) : void

메소드 상세

DefineElementProcessor() 공개 메소드

public DefineElementProcessor ( ) : System
리턴 System

Process() 공개 메소드

public Process ( IXmlProcessorNodeList nodeList, IXmlProcessorEngine engine ) : void
nodeList IXmlProcessorNodeList
engine IXmlProcessorEngine
리턴 void

Process() 보호된 메소드

protected Process ( string flag, IXmlProcessorEngine engine ) : void
flag string
engine IXmlProcessorEngine
리턴 void