Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ 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,
8 Namespace,
9 Text,
10 SignificantWhitespace,
11 Whitespace,
12 ProcessingInstruction,
13 Comment,
14 All
15}