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

◆ ParseUri()

void System.Xml.Schema.Preprocessor.ParseUri ( string uri,
string code,
XmlSchemaObject sourceSchemaObject )
inlineprivate

Definition at line 435 of file Preprocessor.cs.

436 {
437 try
438 {
439 XmlConvert.ToUri(uri);
440 }
441 catch (FormatException innerException)
442 {
444 }
445 }
void SendValidationEvent(string code, XmlSchemaObject source)

References System.Xml.Dictionary, System.Xml.Schema.BaseProcessor.SendValidationEvent(), and System.Xml.XmlConvert.ToUri().

Referenced by System.Xml.Schema.Preprocessor.Preprocess(), and System.Xml.Schema.Preprocessor.PreprocessNotation().