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

◆ Compile() [1/2]

void System.Xml.Schema.XmlSchema.Compile ( ValidationEventHandler? validationEventHandler)
inline

Definition at line 543 of file XmlSchema.cs.

544 {
545 SchemaInfo schemaInfo = new SchemaInfo();
546 schemaInfo.SchemaType = SchemaType.XSD;
547 CompileSchema(null, null, schemaInfo, null, validationEventHandler, NameTable, CompileContentModel: false);
548 }
bool CompileSchema(XmlSchemaCollection xsc, XmlResolver resolver, SchemaInfo schemaInfo, string ns, ValidationEventHandler validationEventHandler, XmlNameTable nameTable, bool CompileContentModel)
Definition XmlSchema.cs:558

References System.Xml.Schema.XmlSchema.CompileSchema(), and System.Xml.Dictionary.