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

◆ ValidateChildElement()

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

Definition at line 148 of file DtdValidator.cs.

149 {
151 {
152 int errorCode = 0;
154 if (errorCode < 0)
155 {
156 XmlSchemaValidator.ElementValidationError(elementName, context, base.EventHandler, reader, reader.BaseURI, base.PositionInfo.LineNumber, base.PositionInfo.LinePosition, null);
157 }
158 }
159 }
XmlValidatingReaderImpl reader
virtual object ValidateElement(XmlQualifiedName name, ValidationState context, out int errorCode)

References System.Xml.XmlValidatingReaderImpl.BaseURI, System.Xml.Schema.SchemaElementDecl.ContentValidator, System.Xml.Schema.BaseValidator.context, System.Xml.Dictionary, System.Xml.Schema.ValidationState.ElementDecl, System.Xml.Schema.BaseValidator.elementName, System.Xml.Schema.XmlSchemaValidator.ElementValidationError(), System.Xml.Schema.ValidationState.NeedValidateChildren, System.Xml.Schema.BaseValidator.reader, and System.Xml.Schema.ContentValidator.ValidateElement().

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