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

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

Méthodes publiques

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

Private Methods

Méthode Description
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

Method Details

DefaultElementProcessor() public méthode

public DefaultElementProcessor ( ) : System
Résultat System

Process() public méthode

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