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

◆ ValidateEndStartElement()

void System.Xml.Schema.DtdValidator.ValidateEndStartElement ( )
inlineprivate

Definition at line 213 of file DtdValidator.cs.

214 {
216 {
217 try
218 {
220 }
221 catch (XmlSchemaException ex)
222 {
223 ex.SetSource(base.Reader.BaseURI, base.PositionInfo.LineNumber, base.PositionInfo.LinePosition);
225 }
226 }
227 if (context.ElementDecl.Datatype != null)
228 {
229 checkDatatype = true;
230 hasSibling = false;
231 textString = string.Empty;
233 }
234 }
void SendValidationEvent(string code)
void CheckAttributes(Hashtable presence, bool standalone)

References System.Xml.Schema.DtdValidator._attPresence, System.Xml.Schema.SchemaElementDecl.CheckAttributes(), System.Xml.Schema.BaseValidator.checkDatatype, System.Xml.Schema.BaseValidator.context, System.Xml.Schema.SchemaDeclBase.Datatype, System.Xml.Dictionary, System.Xml.Schema.ValidationState.ElementDecl, System.Xml.Schema.SchemaElementDecl.HasRequiredAttribute, System.Xml.Schema.BaseValidator.hasSibling, System.Xml.Schema.BaseValidator.SendValidationEvent(), and System.Xml.Schema.BaseValidator.textString.

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