3 writes to processor
System.Data.SqlXml (3)
System\Xml\Xsl\XsltOld\XsltCompileContext.cs (3)
32
this.
processor
= processor;
39
processor
= null;
44
this.
processor
= processor;
19 references to processor
System.Data.SqlXml (19)
System\Xml\Xsl\XsltOld\XsltCompileContext.cs (19)
74
Object result = this.
processor
.GetVariableValue(variable);
79
result = this.
processor
.GetVariableValue(global);
90
get { return this.
processor
.Stylesheet.Whitespace; }
96
return this.
processor
.Stylesheet.PreserveWhiteSpace(this.
processor
, node);
162
extension = this.
processor
.GetScriptObject(ns);
171
extension = this.
processor
.GetExtensionObject(ns);
175
result = new FuncExtension(extension, method, this.
processor
.permissions);
215
XmlResolver resolver =
processor
.Resolver;
226
if (this.
processor
.permissions != null) {
227
this.
processor
.permissions.PermitOnly();
237
list.Add(this.
processor
.GetNavigator(uri));
243
this.
processor
.GetNavigator(
253
string matchStr = this.
processor
.GetQueryExpression(key.MatchKey);
254
Query matchExpr = this.
processor
.GetCompiledQuery(key.MatchKey);
255
Query useExpr = this.
processor
.GetCompiledQuery(key.UseKey);
327
DecimalFormat formatInfo = this.
processor
.RootAction.GetDecimalFormat(new XmlQualifiedName(local, ns));
417
XPathNavigator nav = this.
processor
.Current;
720
foreach (Key key in xsltCompileContext.
processor
.KeyList) {