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