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

◆ ValidateQNameAttribute()

void System.Xml.Schema.SchemaCollectionPreprocessor.ValidateQNameAttribute ( XmlSchemaObject xso,
string attributeName,
XmlQualifiedName value )
inlineprivate

Definition at line 1659 of file SchemaCollectionPreprocessor.cs.

1660 {
1661 try
1662 {
1663 value.Verify();
1664 value.Atomize(base.NameTable);
1665 if (_referenceNamespaces[value.Namespace] == null)
1666 {
1668 }
1669 }
1670 catch (Exception ex)
1671 {
1673 }
1674 }
static string Sch_InvalidAttribute
Definition SR.cs:1140
static string Sch_UnrefNS
Definition SR.cs:1150
Definition SR.cs:7
void SendValidationEvent(string code, XmlSchemaObject source)

References System.Xml.Schema.SchemaCollectionPreprocessor._referenceNamespaces, System.SR.Sch_InvalidAttribute, System.SR.Sch_UnrefNS, System.Xml.Schema.BaseProcessor.SendValidationEvent(), and System.value.

Referenced by System.Xml.Schema.SchemaCollectionPreprocessor.PreprocessAttributeContent(), System.Xml.Schema.SchemaCollectionPreprocessor.PreprocessAttributes(), System.Xml.Schema.SchemaCollectionPreprocessor.PreprocessComplexType(), System.Xml.Schema.SchemaCollectionPreprocessor.PreprocessElement(), System.Xml.Schema.SchemaCollectionPreprocessor.PreprocessElementContent(), System.Xml.Schema.SchemaCollectionPreprocessor.PreprocessIdentityConstraint(), System.Xml.Schema.SchemaCollectionPreprocessor.PreprocessLocalAttribute(), System.Xml.Schema.SchemaCollectionPreprocessor.PreprocessLocalElement(), System.Xml.Schema.SchemaCollectionPreprocessor.PreprocessParticle(), and System.Xml.Schema.SchemaCollectionPreprocessor.PreprocessSimpleType().