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

Inheritance: AbstractXmlNodeProcessor
Show file Open project: nats/castle-1.0.3-mono

Public Methods

Method Description
DefaultElementProcessor ( ) : System
Process ( IXmlProcessorNodeList nodeList, IXmlProcessorEngine engine ) : void

Private Methods

Method 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 method

public DefaultElementProcessor ( ) : System
return System

Process() public method

public Process ( IXmlProcessorNodeList nodeList, IXmlProcessorEngine engine ) : void
nodeList IXmlProcessorNodeList
engine IXmlProcessorEngine
return void