1 write to atoms
System.Data.SqlXml (1)
System\Xml\Xsl\Xslt\XsltLoader.cs (1)
96
this.
atoms
= new KeywordsTable(reader.NameTable);
66 references to atoms
System.Data.SqlXml (66)
System\Xml\Xsl\Xslt\XsltLoader.cs (66)
104
attributes[i].name =
atoms
.NameTable.Add(attributes[i].name);
213
input = new XsltInput(reader, compiler,
atoms
);
261
input.IsKeyword(
atoms
.Stylesheet) ||
262
input.IsKeyword(
atoms
.Transform)
305
Debug.Assert(input.IsXsltNamespace() && (input.IsKeyword(
atoms
.Stylesheet) || input.IsKeyword(
atoms
.Transform)));
319
if (input.IsKeyword(
atoms
.Import)) {
327
} else if (input.IsKeyword(
atoms
.Include)) {
329
} else if (input.IsKeyword(
atoms
.StripSpace)) {
331
} else if (input.IsKeyword(
atoms
.PreserveSpace)) {
333
} else if (input.IsKeyword(
atoms
.Output)) {
335
} else if (input.IsKeyword(
atoms
.Key)) {
337
} else if (input.IsKeyword(
atoms
.DecimalFormat)) {
339
} else if (input.IsKeyword(
atoms
.NamespaceAlias)) {
341
} else if (input.IsKeyword(
atoms
.AttributeSet)) {
343
} else if (input.IsKeyword(
atoms
.Variable)) {
345
} else if (input.IsKeyword(
atoms
.Param)) {
347
} else if (input.IsKeyword(
atoms
.Template)) {
364
} else if (input.IsNs(
atoms
.UrnMsxsl) && input.IsKeyword(
atoms
.Script)) {
443
if (input.MoveToXsltAttribute(0,
atoms
.Elements)) {
453
if (input.MoveToXsltAttribute(0,
atoms
.Elements)) {
902
if (input.IsXsltKeyword(
atoms
.Attribute)) {
1140
if (input.IsNs(
atoms
.UrnMsxsl) && (input.IsKeyword(
atoms
.Assembly) || input.IsKeyword(
atoms
.Using))) {
1144
} else if (input.IsKeyword(
atoms
.Assembly)) {
1146
} else if (input.IsKeyword(
atoms
.Using)) {
1276
if (nspace ==
atoms
.UriXsl) {
1278
Ref.Equal(name,
atoms
.Param) ? InstructionFlags.AllowParam :
1279
Ref.Equal(name,
atoms
.Sort ) ? InstructionFlags.AllowSort :
1298
Ref.Equal(name,
atoms
.ApplyImports ) ? XslApplyImports() :
1299
Ref.Equal(name,
atoms
.ApplyTemplates ) ? XslApplyTemplates() :
1300
Ref.Equal(name,
atoms
.CallTemplate ) ? XslCallTemplate() :
1301
Ref.Equal(name,
atoms
.Copy ) ? XslCopy() :
1302
Ref.Equal(name,
atoms
.CopyOf ) ? XslCopyOf() :
1303
Ref.Equal(name,
atoms
.Fallback ) ? XslFallback() :
1304
Ref.Equal(name,
atoms
.If ) ? XslIf() :
1305
Ref.Equal(name,
atoms
.Choose ) ? XslChoose() :
1306
Ref.Equal(name,
atoms
.ForEach ) ? XslForEach() :
1307
Ref.Equal(name,
atoms
.Message ) ? XslMessage() :
1308
Ref.Equal(name,
atoms
.Number ) ? XslNumber() :
1309
Ref.Equal(name,
atoms
.ValueOf ) ? XslValueOf() :
1310
Ref.Equal(name,
atoms
.Comment ) ? XslComment() :
1311
Ref.Equal(name,
atoms
.ProcessingInstruction) ? XslProcessingInstruction() :
1312
Ref.Equal(name,
atoms
.Text ) ? XslText() :
1313
Ref.Equal(name,
atoms
.Element ) ? XslElement() :
1314
Ref.Equal(name,
atoms
.Attribute ) ? XslAttribute() :
1315
Ref.Equal(name,
atoms
.Variable ) ? XslVarPar() :
1316
Ref.Equal(name,
atoms
.Param ) ? XslVarPar() :
1317
Ref.Equal(name,
atoms
.Sort ) ? XslSort(sortNumber ++) :
1361
if (input.IsXsltKeyword(
atoms
.WithParam)) {
1365
} else if (flags == InstructionFlags.AllowSort && input.IsXsltKeyword(
atoms
.Sort)) {
1367
} else if (flags == InstructionFlags.AllowFallback && input.IsXsltKeyword(
atoms
.Fallback)) {
1404
compiler.ReportError(contentInfo, /*[XT0260]*/Res.Xslt_NotEmptyContents,
atoms
.ApplyImports);
1406
return SetInfo(f.Error(XslLoadException.CreateMessage(contentInfo, /*[XT0260]*/Res.Xslt_NotEmptyContents,
atoms
.ApplyImports)), null, ctxInfo);
1531
if (Ref.Equal(input.NamespaceUri,
atoms
.UriXsl)) {
1532
if (Ref.Equal(input.LocalName,
atoms
.When)) {
1541
} else if (Ref.Equal(input.LocalName,
atoms
.Otherwise)) {
1753
Ref.Equal(localName,
atoms
.Variable ) ? XslNodeType.Variable :
1754
Ref.Equal(localName,
atoms
.Param ) ? XslNodeType.Param :
1755
Ref.Equal(localName,
atoms
.WithParam) ? XslNodeType.WithParam :
1759
bool isParam = Ref.Equal(localName,
atoms
.Param);
2325
if (input.IsXsltNamespace() && input.IsKeyword(
atoms
.UseAttributeSets)) {
2391
if (input.IsXsltKeyword(
atoms
.Fallback)) {
2703
string attributeName = defVal ?
atoms
.DefaultValidation : "validation";