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

             this.executable = executable;
        }