Castle.Windsor.Configuration.Interpreters
Namespace with 3 public types
Classes
                                     ConfigurationProcessingException
                                    
                                
                            
                            
                                
                                     XmlInterpreter
                                    Reads the configuration from a XmlFile. Sample structure:
              
                <configuration>
                <facilities>
                <facility>
                
                </facility>
                </facilities>
              
                <components>
                <component id="component1">
                
                </component>
                </components>
                </configuration>
                                
                            
                        
                        Abstract Classes
                                     AbstractInterpreter
                                    Provides common methods for those who wants 
              to implement