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

◆ ValidateChildElement()

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

Definition at line 121 of file XdrValidator.cs.

122 {
124 {
125 int errorCode = 0;
127 if (errorCode < 0)
128 {
129 XmlSchemaValidator.ElementValidationError(elementName, context, base.EventHandler, reader, reader.BaseURI, base.PositionInfo.LineNumber, base.PositionInfo.LinePosition, null);
130 }
131 }
132 }
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.XdrValidator.ValidateElement().