1 write to schemaInfo
System.Xml (1)
System\Xml\Schema\DtdParser.cs (1)
268schemaInfo = new SchemaInfo();
45 references to schemaInfo
System.Xml (45)
System\Xml\Schema\DtdParser.cs (25)
270schemaInfo.SchemaType = SchemaType.DTD; 294schemaInfo.DocTypeName = new XmlQualifiedName( nameTable.Add( docTypeName ) ); 297schemaInfo.DocTypeName = new XmlQualifiedName( nameTable.Add( docTypeName.Substring( 0, colonPos ) ), 340return schemaInfo; 346return schemaInfo; 410schemaInfo.Finish(); 436schemaInfo.DocTypeName = GetNameQualified( true ); 569schemaInfo.InternalDtdSubset = internalSubsetValueSb.ToString(); 626if (!schemaInfo.ElementDecls.TryGetValue(elementName, out elementDecl)) { 627if (!schemaInfo.UndeclaredElementDecls.TryGetValue(elementName, out elementDecl)) { 629schemaInfo.UndeclaredElementDecls.Add(elementName, elementDecl); 771if ( !schemaInfo.Notations.ContainsKey(notationName) ) { 889if (schemaInfo.ElementDecls.TryGetValue(name, out elementDecl)) { 897if ( schemaInfo.UndeclaredElementDecls.TryGetValue(name, out elementDecl ) ) { 898schemaInfo.UndeclaredElementDecls.Remove( name ); 903schemaInfo.ElementDecls.Add( name, elementDecl ); 1289if ( !schemaInfo.ParameterEntities.ContainsKey( entityName ) ) { 1290schemaInfo.ParameterEntities.Add( entityName, entity ); 1294if ( !schemaInfo.GeneralEntities.ContainsKey( entityName ) ) { 1295schemaInfo.GeneralEntities.Add( entityName, entity ); 1333if ( !schemaInfo.Notations.ContainsKey(notationName) ) { 1366if ( !schemaInfo.Notations.ContainsKey( notationName.Name ) ) { 1371schemaInfo.Notations.Add(notation.Name.Name, notation); 3176schemaInfo.ParameterEntities.TryGetValue(entityName, out entity); 3179schemaInfo.GeneralEntities.TryGetValue(entityName, out entity);
System\Xml\Schema\DtdParserAsync.cs (20)
31return schemaInfo; 37return schemaInfo; 53schemaInfo.Finish(); 79schemaInfo.DocTypeName = GetNameQualified( true ); 214schemaInfo.InternalDtdSubset = internalSubsetValueSb.ToString(); 271if (!schemaInfo.ElementDecls.TryGetValue(elementName, out elementDecl)) { 272if (!schemaInfo.UndeclaredElementDecls.TryGetValue(elementName, out elementDecl)) { 274schemaInfo.UndeclaredElementDecls.Add(elementName, elementDecl); 416if ( !schemaInfo.Notations.ContainsKey(notationName) ) { 534if (schemaInfo.ElementDecls.TryGetValue(name, out elementDecl)) { 542if ( schemaInfo.UndeclaredElementDecls.TryGetValue(name, out elementDecl ) ) { 543schemaInfo.UndeclaredElementDecls.Remove( name ); 548schemaInfo.ElementDecls.Add( name, elementDecl ); 913if ( !schemaInfo.ParameterEntities.ContainsKey( entityName ) ) { 914schemaInfo.ParameterEntities.Add( entityName, entity ); 918if ( !schemaInfo.GeneralEntities.ContainsKey( entityName ) ) { 919schemaInfo.GeneralEntities.Add( entityName, entity ); 959if ( !schemaInfo.Notations.ContainsKey(notationName) ) { 992if ( !schemaInfo.Notations.ContainsKey( notationName.Name ) ) { 997schemaInfo.Notations.Add(notation.Name.Name, notation);