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

◆ MeetsStandAloneConstraint()

bool System.Xml.Schema.DtdValidator.MeetsStandAloneConstraint ( )
inlineprivate

Definition at line 116 of file DtdValidator.cs.

117 {
119 {
121 return false;
122 }
123 return true;
124 }
static string Sch_StandAlone
Definition SR.cs:590
Definition SR.cs:7
void SendValidationEvent(string code)
XmlValidatingReaderImpl reader

References System.Xml.Schema.ContentValidator.ContentType, System.Xml.Schema.SchemaElementDecl.ContentValidator, System.Xml.Schema.BaseValidator.context, System.Xml.Schema.ValidationState.ElementDecl, System.Xml.Schema.SchemaDeclBase.IsDeclaredInExternal, System.Xml.Schema.BaseValidator.reader, System.SR.Sch_StandAlone, System.Xml.Schema.BaseValidator.SendValidationEvent(), and System.Xml.XmlValidatingReaderImpl.StandAlone.

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