Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
XmlNodeType.cs
Go to the documentation of this file.
1
namespace
System.Xml
;
2
3
public
enum
XmlNodeType
4
{
5
None
,
6
Element
,
7
Attribute
,
8
Text
,
9
CDATA
,
10
EntityReference
,
11
Entity
,
12
ProcessingInstruction
,
13
Comment
,
14
Document
,
15
DocumentType
,
16
DocumentFragment
,
17
Notation
,
18
Whitespace
,
19
SignificantWhitespace
,
20
EndElement
,
21
EndEntity
,
22
XmlDeclaration
23
}
System.Xml.XmlDeclaration
Definition
XmlDeclaration.cs:7
System.Xml.XmlBinaryNodeType.Comment
@ Comment
System.Xml.XmlBinaryNodeType.Element
@ Element
System.Xml.XmlBinaryNodeType.EndElement
@ EndElement
System.Xml.XmlBinaryNodeType.Attribute
@ Attribute
System.Xml.ConformanceLevel.Document
@ Document
System.Xml.ElementState.None
@ None
System.Xml.XmlNodeType
XmlNodeType
Definition
XmlNodeType.cs:4
System.Xml.XmlNodeType.Entity
@ Entity
System.Xml.XmlNodeType.SignificantWhitespace
@ SignificantWhitespace
System.Xml.XmlNodeType.ProcessingInstruction
@ ProcessingInstruction
System.Xml.XmlNodeType.DocumentFragment
@ DocumentFragment
System.Xml.XmlNodeType.Notation
@ Notation
System.Xml.XmlNodeType.Text
@ Text
System.Xml.XmlNodeType.DocumentType
@ DocumentType
System.Xml.XmlNodeType.EntityReference
@ EntityReference
System.Xml.XmlNodeType.CDATA
@ CDATA
System.Xml.XmlNodeType.Whitespace
@ Whitespace
System.Xml.XmlNodeType.EndEntity
@ EndEntity
System.Xml
Definition
BaseRegionIterator.cs:1
source
System.Private.Xml
System.Xml
XmlNodeType.cs
Generated by
1.10.0