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

◆ Compile() [2/2]

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

Definition at line 551 of file XmlSchema.cs.

552 {
553 SchemaInfo schemaInfo = new SchemaInfo();
554 schemaInfo.SchemaType = SchemaType.XSD;
555 CompileSchema(null, resolver, schemaInfo, null, validationEventHandler, NameTable, CompileContentModel: false);
556 }
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.