private XsltInvoker(XsltExecutable executable, Assembly withCallingAssembly) { this.executable = executable; this.withCallingAssembly = withCallingAssembly; }
protected internal XsltSchematronValidator(XsltExecutable executable) { if (executable == null) throw new ArgumentNullException("executable"); this.executable = executable; }