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