Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ PreprocessAttributeGroup()

void System.Xml.Schema.Preprocessor.PreprocessAttributeGroup ( XmlSchemaAttributeGroup attributeGroup)
inlineprivate

Definition at line 1100 of file Preprocessor.cs.

1101 {
1102 if (attributeGroup.Name != null)
1103 {
1105 attributeGroup.SetQualifiedName(new XmlQualifiedName(attributeGroup.Name, _targetNamespace));
1106 }
1107 else
1108 {
1110 }
1114 }
static string Sch_MissRequiredAttribute
Definition SR.cs:490
Definition SR.cs:7
void SendValidationEvent(string code, XmlSchemaObject source)
void PreprocessAnnotation(XmlSchemaObject schemaObject)
void PreprocessAttributes(XmlSchemaObjectCollection attributes, XmlSchemaAnyAttribute anyAttribute, XmlSchemaObject parent)
void ValidateNameAttribute(XmlSchemaObject xso)
void ValidateIdAttribute(XmlSchemaObject xso)

References System.Xml.Schema.Preprocessor._targetNamespace, System.Xml.Schema.Preprocessor.PreprocessAnnotation(), System.Xml.Schema.Preprocessor.PreprocessAttributes(), System.SR.Sch_MissRequiredAttribute, System.Xml.Schema.BaseProcessor.SendValidationEvent(), System.Xml.Schema.Preprocessor.ValidateIdAttribute(), and System.Xml.Schema.Preprocessor.ValidateNameAttribute().

Referenced by System.Xml.Schema.Preprocessor.Preprocess(), and System.Xml.Schema.Preprocessor.PreprocessRedefine().