Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
PreserveWhitespace
override
bool
System.Xml.Schema.XsdValidator.PreserveWhitespace
get
Definition at line
54
of file
XsdValidator.cs
.
55
{
56
get
57
{
58
if
(
context
.
ElementDecl
==
null
)
59
{
60
return
false
;
61
}
62
return
context
.
ElementDecl
.
ContentValidator
.
PreserveWhitespace
;
63
}
64
}
System.Xml.Schema.BaseValidator.context
ValidationState context
Definition
BaseValidator.cs:29
System.Xml.Schema.ContentValidator.PreserveWhitespace
bool PreserveWhitespace
Definition
ContentValidator.cs:24
System.Xml.Schema.SchemaElementDecl.ContentValidator
ContentValidator ContentValidator
Definition
SchemaElementDecl.cs:121
System.Xml.Schema.ValidationState.ElementDecl
SchemaElementDecl ElementDecl
Definition
ValidationState.cs:21
System
Xml
Schema
XsdValidator
Generated by
1.10.0