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

◆ IsPredefinedEntity()

static bool System.Xml.Schema.SchemaEntity.IsPredefinedEntity ( string n)
inlinestaticpackage

Definition at line 205 of file SchemaEntity.cs.

206 {
207 switch (n)
208 {
209 default:
210 return n == "quot";
211 case "lt":
212 case "gt":
213 case "amp":
214 case "apos":
215 return true;
216 }
217 }

References System.Xml.Dictionary.

Referenced by System.Xml.Schema.DtdValidator.GenEntity().