C# Class Castle.Windsor.Configuration.Interpreters.XmlProcessor.ElementProcessors.DefaultTextNodeProcessor

Inheritance: AbstractXmlNodeProcessor
Afficher le fichier Open project: nats/castle-1.0.3-mono

Méthodes publiques

Méthode Description
DefaultTextNodeProcessor ( ) : System
Process ( IXmlProcessorNodeList nodeList, IXmlProcessorEngine engine ) : void
ProcessString ( XmlNode node, string value, IXmlProcessorEngine engine ) : void

Processes the string.

Private Methods

Méthode Description
IsRequiredProperty ( string propRef ) : bool
MoveAttributes ( XmlElement targetElement, XmlElement srcElement ) : void

Method Details

DefaultTextNodeProcessor() public méthode

public DefaultTextNodeProcessor ( ) : System
Résultat System

Process() public méthode

public Process ( IXmlProcessorNodeList nodeList, IXmlProcessorEngine engine ) : void
nodeList IXmlProcessorNodeList
engine IXmlProcessorEngine
Résultat void

ProcessString() public méthode

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.
Résultat void