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

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

공개 메소드들

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

비공개 메소드들

메소드 설명
ProcessAttributes ( XmlElement element, IXmlProcessorEngine engine ) : void

Processes element attributes. if the attribute is include will append to the element all contents from the file. if the attribute has a property reference the reference will be expanded

ProcessIncludeAttribute ( XmlElement element, IXmlProcessorEngine engine ) : void

메소드 상세

DefaultElementProcessor() 공개 메소드

public DefaultElementProcessor ( ) : System
리턴 System

Process() 공개 메소드

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