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