Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
XmlEventType
enum
System.Xml.XmlEventCache.XmlEventType
private
Enumerator
Unknown
DocType
StartElem
StartAttr
EndAttr
CData
Comment
PI
Whitespace
String
Raw
EntRef
CharEnt
SurrCharEnt
Base64
BinHex
XmlDecl1
XmlDecl2
StartContent
EndElem
FullEndElem
Nmsp
EndBase64
Close
Flush
Dispose
Definition at line
10
of file
XmlEventCache.cs
.
11
{
12
Unknown
,
13
DocType
,
14
StartElem
,
15
StartAttr
,
16
EndAttr
,
17
CData
,
18
Comment
,
19
PI
,
20
Whitespace
,
21
String
,
22
Raw
,
23
EntRef
,
24
CharEnt
,
25
SurrCharEnt
,
26
Base64
,
27
BinHex
,
28
XmlDecl1
,
29
XmlDecl2
,
30
StartContent
,
31
EndElem
,
32
FullEndElem
,
33
Nmsp
,
34
EndBase64
,
35
Close
,
36
Flush
,
37
Dispose
38
}
System.Xml.XmlEventCache.XmlEventType.StartContent
@ StartContent
System.Xml.XmlEventCache.XmlEventType.Comment
@ Comment
System.Xml.XmlEventCache.XmlEventType.Base64
@ Base64
System.Xml.XmlEventCache.XmlEventType.String
@ String
System.Xml.XmlEventCache.XmlEventType.DocType
@ DocType
System.Xml.XmlEventCache.XmlEventType.PI
@ PI
System.Xml.XmlEventCache.XmlEventType.EndElem
@ EndElem
System.Xml.XmlEventCache.XmlEventType.EndAttr
@ EndAttr
System.Xml.XmlEventCache.XmlEventType.EndBase64
@ EndBase64
System.Xml.XmlEventCache.XmlEventType.Dispose
@ Dispose
System.Xml.XmlEventCache.XmlEventType.SurrCharEnt
@ SurrCharEnt
System.Xml.XmlEventCache.XmlEventType.XmlDecl2
@ XmlDecl2
System.Xml.XmlEventCache.XmlEventType.Raw
@ Raw
System.Xml.XmlEventCache.XmlEventType.StartElem
@ StartElem
System.Xml.XmlEventCache.XmlEventType.Unknown
@ Unknown
System.Xml.XmlEventCache.XmlEventType.EntRef
@ EntRef
System.Xml.XmlEventCache.XmlEventType.BinHex
@ BinHex
System.Xml.XmlEventCache.XmlEventType.CharEnt
@ CharEnt
System.Xml.XmlEventCache.XmlEventType.Whitespace
@ Whitespace
System.Xml.XmlEventCache.XmlEventType.StartAttr
@ StartAttr
System.Xml.XmlEventCache.XmlEventType.XmlDecl1
@ XmlDecl1
System.Xml.XmlEventCache.XmlEventType.Nmsp
@ Nmsp
System.Xml.XmlEventCache.XmlEventType.FullEndElem
@ FullEndElem
System.Xml.XmlEventCache.XmlEventType.CData
@ CData
System.Xml.XmlEventCache.Close
override void Close()
Definition
XmlEventCache.cs:394
System.Xml.XmlEventCache.Flush
override void Flush()
Definition
XmlEventCache.cs:399
System
Xml
XmlEventCache
Generated by
1.10.0