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

◆ Add() [2/6]

XmlSchema System.Xml.Schema.XmlSchemaSet.Add ( string targetNamespace,
XmlSchema schema )
inlineprivate

Definition at line 640 of file XmlSchemaSet.cs.

641 {
642 if (schema == null || schema.ErrorCount != 0)
643 {
644 return null;
645 }
647 {
649 _isCompiled = false;
650 return schema;
651 }
652 return null;
653 }
bool PreprocessSchema(ref XmlSchema schema, string targetNamespace)
void AddSchemaToSet(XmlSchema schema)

References System.Xml.Schema.XmlSchemaSet._isCompiled, System.Xml.Schema.XmlSchemaSet.AddSchemaToSet(), System.Xml.Dictionary, and System.Xml.Schema.XmlSchemaSet.PreprocessSchema().