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

◆ GetOriginalAtomicValueStringOfElement()

string System.Xml.XsdValidatingReader.GetOriginalAtomicValueStringOfElement ( )
inlineprivate

Definition at line 2090 of file XsdValidatingReader.cs.

2091 {
2093 {
2095 if (schemaElement != null)
2096 {
2097 if (schemaElement.DefaultValue == null)
2098 {
2099 return schemaElement.FixedValue;
2100 }
2101 return schemaElement.DefaultValue;
2102 }
2103 return string.Empty;
2104 }
2106 }

References System.Xml.XsdValidatingReader._validator, System.Xml.XsdValidatingReader._xmlSchemaInfo, System.Xml.Schema.XmlSchemaValidator.GetConcatenatedValue(), System.Xml.Schema.XmlSchemaInfo.IsDefault, and System.Xml.Schema.XmlSchemaInfo.SchemaElement.

Referenced by System.Xml.XsdValidatingReader.GetIsDefault(), System.Xml.XsdValidatingReader.ProcessEndElementEvent(), System.Xml.XsdValidatingReader.ProcessEndElementEventAsync(), System.Xml.XsdValidatingReader.ReadAheadForMemberType(), System.Xml.XsdValidatingReader.ReadTillEndElement(), and System.Xml.XsdValidatingReader.ReadTillEndElementAsync().