Definition at line 507 of file XmlLoader.cs.
508 {
510 {
512 }
514 if (schemaInfo == null)
515 {
516 return;
517 }
519 if (schemaInfo.Notations != null)
520 {
522 {
524 }
525 }
526 if (schemaInfo.GeneralEntities != null)
527 {
529 {
533 }
534 }
535 if (schemaInfo.ParameterEntities != null)
536 {
538 {
542 }
543 }
546 {
548 if (
value.AttDefs ==
null)
549 {
550 continue;
551 }
553 {
556 {
558 break;
559 }
560 }
561 }
562 }
static string Xml_InternalError
bool AddIdInfo(XmlName eleName, XmlName attrName)
XmlName AddXmlName(string prefix, string localName, string namespaceURI, IXmlSchemaInfo schemaInfo)
XmlName AddAttrXmlName(string prefix, string localName, string namespaceURI, IXmlSchemaInfo schemaInfo)
References System.Xml.XmlLoader._doc, System.Xml.XmlDocument.AddAttrXmlName(), System.Xml.XmlDocument.AddIdInfo(), System.Xml.XmlDocument.AddXmlName(), System.Xml.Dictionary, System.value, System.Collections.Generic.Dictionary< TKey, TValue >.Values, System.SR.Xml_InternalError, and System.Xml.XmlException.
Referenced by System.Xml.XmlLoader.LoadDocumentTypeNode(), and System.Xml.XmlLoader.ParseDocumentType().