Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ValueType
override
Type
System.Xml.XsdValidatingReader.ValueType
get
Definition at line
248
of file
XsdValidatingReader.cs
.
249
{
250
get
251
{
252
switch
(
NodeType
)
253
{
254
case
XmlNodeType.Element:
255
case
XmlNodeType.EndElement:
256
if
(
_xmlSchemaInfo
.
ContentType
==
XmlSchemaContentType
.TextOnly)
257
{
258
return
_xmlSchemaInfo
.
SchemaType
.
Datatype
.
ValueType
;
259
}
260
break
;
261
case
XmlNodeType.Attribute:
262
if
(
_attributePSVI
!=
null
&&
AttributeSchemaInfo
.
ContentType
==
XmlSchemaContentType
.TextOnly)
263
{
264
return
AttributeSchemaInfo
.
SchemaType
.
Datatype
.
ValueType
;
265
}
266
break
;
267
}
268
return
s_typeOfString
;
269
}
270
}
System.Xml.Schema.XmlSchemaDatatype.ValueType
Type ValueType
Definition
XmlSchemaDatatype.cs:9
System.Xml.Schema.XmlSchemaInfo.ContentType
XmlSchemaContentType ContentType
Definition
XmlSchemaInfo.cs:122
System.Xml.Schema.XmlSchemaInfo.SchemaType
XmlSchemaType? SchemaType
Definition
XmlSchemaInfo.cs:70
System.Xml.Schema.XmlSchemaType.Datatype
XmlSchemaDatatype? Datatype
Definition
XmlSchemaType.cs:87
System.Xml.XsdValidatingReader.NodeType
override XmlNodeType NodeType
Definition
XsdValidatingReader.cs:119
System.Xml.XsdValidatingReader._attributePSVI
AttributePSVIInfo _attributePSVI
Definition
XsdValidatingReader.cs:54
System.Xml.XsdValidatingReader._xmlSchemaInfo
XmlSchemaInfo _xmlSchemaInfo
Definition
XsdValidatingReader.cs:70
System.Xml.XsdValidatingReader.AttributeSchemaInfo
XmlSchemaInfo AttributeSchemaInfo
Definition
XsdValidatingReader.cs:468
System.Xml.XsdValidatingReader.s_typeOfString
static volatile Type s_typeOfString
Definition
XsdValidatingReader.cs:102
System.Xml.Schema.XmlSchemaContentType
XmlSchemaContentType
Definition
XmlSchemaContentType.cs:4
System
Xml
XsdValidatingReader
Generated by
1.10.0