Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ValidatorState.cs
Go to the documentation of this file.
1
namespace
System.Xml.Schema
;
2
3
internal
enum
ValidatorState
4
{
5
None
,
6
Start
,
7
TopLevelAttribute
,
8
TopLevelTextOrWS
,
9
Element
,
10
Attribute
,
11
EndOfAttributes
,
12
Text
,
13
Whitespace
,
14
EndElement
,
15
SkipToEndElement
,
16
Finish
17
}
System.Xml.Schema.FacetType.None
@ None
System.Xml.Schema.FacetType.Whitespace
@ Whitespace
System.Xml.Schema.ValidatorState
ValidatorState
Definition
ValidatorState.cs:4
System.Xml.Schema.ValidatorState.Element
@ Element
System.Xml.Schema.ValidatorState.EndOfAttributes
@ EndOfAttributes
System.Xml.Schema.ValidatorState.SkipToEndElement
@ SkipToEndElement
System.Xml.Schema.ValidatorState.Text
@ Text
System.Xml.Schema.ValidatorState.Finish
@ Finish
System.Xml.Schema.ValidatorState.Start
@ Start
System.Xml.Schema.ValidatorState.TopLevelAttribute
@ TopLevelAttribute
System.Xml.Schema.ValidatorState.TopLevelTextOrWS
@ TopLevelTextOrWS
System.Xml.Schema.ValidatorState.EndElement
@ EndElement
System.Xml.Schema.ValidatorState.Attribute
@ Attribute
System.Xml.Schema
Definition
Extensions.cs:3
source
System.Private.Xml
System.Xml.Schema
ValidatorState.cs
Generated by
1.10.0