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

◆ IsEmpty

bool System.Xml.XmlQualifiedName.IsEmpty
getinherited

Definition at line 19 of file XmlQualifiedName.cs.

20 {
21 get
22 {
23 if (Name.Length == 0)
24 {
25 return Namespace.Length == 0;
26 }
27 return false;
28 }
29 }

Referenced by System.Xml.Serialization.SchemaObjectCache.AddItem(), System.Xml.Xsl.XsltOld.ApplyTemplatesAction.BuiltInRule(), System.Xml.Schema.Compiler.CannonicalizeElement(), System.Xml.Schema.SchemaCollectionCompiler.CannonicalizeElement(), System.Xml.Schema.XmlSchemaElement.Clone(), System.Xml.Serialization.XmlSchemaExporter.ExportSpecialMapping(), System.Xml.Schema.DtdValidator.GenEntity(), System.Xml.Schema.XmlSchemaInference.GetSchemaType(), System.Xml.Serialization.XmlSchemaImporter.GetTopLevelElement(), System.Data.XmlTreeGen.HandleTable(), System.Xml.Serialization.XmlSchemaImporter.ImportElement(), System.Xml.Serialization.XmlSchemaImporter.ImportElementType(), System.Xml.Schema.XmlSchemaInference.InferElement(), System.Xml.Serialization.XmlSchemaImporter.IsCyclicReferencedType(), System.Xml.Schema.Preprocessor.PreprocessElement(), System.Xml.Schema.SchemaCollectionPreprocessor.PreprocessElement(), System.Xml.Schema.Preprocessor.PreprocessElementContent(), System.Xml.Schema.SchemaCollectionPreprocessor.PreprocessElementContent(), System.Xml.Schema.Preprocessor.PreprocessLocalElement(), System.Xml.Schema.SchemaCollectionPreprocessor.PreprocessLocalElement(), System.Xml.Serialization.SerializableMapping.RetrieveSerializableSchema(), and System.Xml.Schema.DtdValidator.ValidateElement().