Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
PreserveWhitespace
override
bool
System.Xml.Schema.XdrValidator.PreserveWhitespace
get
Definition at line
30
of file
XdrValidator.cs
.
31
{
32
get
33
{
34
if
(
context
.
ElementDecl
==
null
)
35
{
36
return
false
;
37
}
38
return
context
.
ElementDecl
.
ContentValidator
.
PreserveWhitespace
;
39
}
40
}
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
XdrValidator
Generated by
1.10.0