コード例 #1
0
ファイル: XsltInvoker.cs プロジェクト: skurdiukov/myxsl
 private XsltInvoker(XsltExecutable executable, Assembly withCallingAssembly)
 {
     this.executable = executable;
      this.withCallingAssembly = withCallingAssembly;
 }
コード例 #2
0
        protected internal XsltSchematronValidator(XsltExecutable executable)
        {
            if (executable == null) throw new ArgumentNullException("executable");

             this.executable = executable;
        }