Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
SchemaType
XmlSchemaType
IXmlSchemaInfo. System.Xml.XsdValidatingReader.SchemaType
get
private
Implements
System.Xml.Schema.IXmlSchemaInfo
.
Definition at line
385
of file
XsdValidatingReader.cs
.
386
{
387
get
388
{
389
switch
(
NodeType
)
390
{
391
case
XmlNodeType.Element:
392
case
XmlNodeType.EndElement:
393
return
_xmlSchemaInfo
.
SchemaType
;
394
case
XmlNodeType.Attribute:
395
if
(
_attributePSVI
!=
null
)
396
{
397
return
AttributeSchemaInfo
.
SchemaType
;
398
}
399
return
null
;
400
default
:
401
return
null
;
402
}
403
}
404
}
System.Xml.Schema.XmlSchemaInfo.SchemaType
XmlSchemaType? SchemaType
Definition
XmlSchemaInfo.cs:70
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
Generated by
1.10.0