public SpecificationFactory(ISpecificationXmlSource xmlSource) { _builder = new XmlSpecificationCompiler(xmlSource.DefaultExpressionLanguage, this); _cache = new Dictionary <string, ISpecification>(); _xmlSource = xmlSource; }
public Context(XmlSpecificationCompiler compiler) { _compiler = compiler; }