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

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

Méthodes publiques

Méthode Description
DefineElementProcessor ( ) : System
Process ( IXmlProcessorNodeList nodeList, IXmlProcessorEngine engine ) : void

Méthodes protégées

Méthode Description
Process ( string flag, IXmlProcessorEngine engine ) : void

Method Details

DefineElementProcessor() public méthode

public DefineElementProcessor ( ) : System
Résultat System

Process() public méthode

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

Process() protected méthode

protected Process ( string flag, IXmlProcessorEngine engine ) : void
flag string
engine IXmlProcessorEngine
Résultat void