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

◆ ValidateEndElement() [2/2]

object? System.Xml.Schema.XmlSchemaValidator.ValidateEndElement ( XmlSchemaInfo? schemaInfo,
object typedValue )
inline

Definition at line 923 of file XmlSchemaValidator.cs.

924 {
925 if (typedValue == null)
926 {
927 throw new ArgumentNullException("typedValue");
928 }
929 if (_textValue.Length > 0)
930 {
932 }
933 return InternalValidateEndElement(schemaInfo, typedValue);
934 }
static string Sch_InvalidEndElementCall
Definition SR.cs:1186
Definition SR.cs:7
object InternalValidateEndElement(XmlSchemaInfo schemaInfo, object typedValue)

References System.Xml.Schema.XmlSchemaValidator._textValue, System.Xml.Schema.XmlSchemaValidator.InternalValidateEndElement(), System.Text.StringBuilder.Length, and System.SR.Sch_InvalidEndElementCall.