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

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

공개 메소드들

메소드 설명
DefaultTextNodeProcessor ( ) : System
Process ( IXmlProcessorNodeList nodeList, IXmlProcessorEngine engine ) : void
ProcessString ( XmlNode node, string value, IXmlProcessorEngine engine ) : void

Processes the string.

비공개 메소드들

메소드 설명
IsRequiredProperty ( string propRef ) : bool
MoveAttributes ( XmlElement targetElement, XmlElement srcElement ) : void

메소드 상세

DefaultTextNodeProcessor() 공개 메소드

public DefaultTextNodeProcessor ( ) : System
리턴 System

Process() 공개 메소드

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

ProcessString() 공개 메소드

Processes the string.
public ProcessString ( XmlNode node, string value, IXmlProcessorEngine engine ) : void
node System.Xml.XmlNode The node.
value string The value.
engine IXmlProcessorEngine The context.
리턴 void