Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
XPathNodeType
enum
System.Xml.XPath.XPathNodeType
Enumerator
Root
Element
Attribute
Namespace
Text
SignificantWhitespace
Whitespace
ProcessingInstruction
Comment
All
Definition at line
3
of file
XPathNodeType.cs
.
4
{
5
Root
,
6
Element,
7
Attribute
,
8
Namespace,
9
Text,
10
SignificantWhitespace,
11
Whitespace,
12
ProcessingInstruction,
13
Comment,
14
All
15
}
System.Attribute
Definition
Attribute.cs:12
System.Xml.StringHandleConstStringType.Root
@ Root
System
Xml
XPath
Generated by
1.10.0