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

◆ Clear()

void System.Xml.Schema.XmlSchemaInfo.Clear ( )
inlinepackage

Definition at line 180 of file XmlSchemaInfo.cs.

181 {
182 _isNil = false;
183 _isDefault = false;
184 _schemaType = null;
185 _schemaElement = null;
186 _schemaAttribute = null;
187 _memberType = null;
188 _validity = XmlSchemaValidity.NotKnown;
189 _contentType = XmlSchemaContentType.Empty;
190 }
XmlSchemaAttribute _schemaAttribute
XmlSchemaContentType _contentType
XmlSchemaSimpleType _memberType

References System.Xml.Schema.XmlSchemaInfo._contentType, System.Xml.Schema.XmlSchemaInfo._isDefault, System.Xml.Schema.XmlSchemaInfo._isNil, System.Xml.Schema.XmlSchemaInfo._memberType, System.Xml.Schema.XmlSchemaInfo._schemaAttribute, System.Xml.Schema.XmlSchemaInfo._schemaElement, System.Xml.Schema.XmlSchemaInfo._schemaType, and System.Xml.Schema.XmlSchemaInfo._validity.

Referenced by System.Xml.Schema.XmlSchemaInfo.XmlSchemaInfo(), System.Xml.XsdValidatingReader.ProcessElementEvent(), System.Xml.XsdValidatingReader.ProcessElementEventAsync(), System.Xml.AttributePSVIInfo.Reset(), System.Xml.DocumentSchemaValidator.SetDefaultAttributeSchemaInfo(), and System.Xml.Schema.XmlSchemaValidator.ValidateAttribute().