Exemplo n.º 1
0
 public CompiledStylesheet(XslStylesheet style, Hashtable globalVariables, Hashtable attrSets, XmlNamespaceManager nsMgr, Hashtable keys, Hashtable outputs, Hashtable decimalFormats, MSXslScriptManager msScripts)
 {
     this.style           = style;
     this.globalVariables = globalVariables;
     this.attrSets        = attrSets;
     this.nsMgr           = nsMgr;
     this.keys            = keys;
     this.outputs         = outputs;
     this.decimalFormats  = decimalFormats;
     this.msScripts       = msScripts;
 }
Exemplo n.º 2
0
		public CompiledStylesheet (XslStylesheet style, Hashtable globalVariables, Hashtable attrSets, XmlNamespaceManager nsMgr, Hashtable keys, Hashtable outputs, Hashtable decimalFormats,
			MSXslScriptManager msScripts)
		{
			this.style = style;
			this.globalVariables = globalVariables;
			this.attrSets = attrSets;
			this.nsMgr = nsMgr;
			this.keys = keys;
			this.outputs = outputs;
			this.decimalFormats = decimalFormats;
			this.msScripts = msScripts;
		}