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

◆ XslNodeType

Enumerator
Unknown 
ApplyImports 
ApplyTemplates 
Attribute 
AttributeSet 
CallTemplate 
Choose 
Comment 
Copy 
CopyOf 
Element 
Error 
ForEach 
If 
Key 
List 
LiteralAttribute 
LiteralElement 
Message 
Nop 
Number 
Otherwise 
Param 
PI 
Sort 
Template 
Text 
UseAttributeSet 
ValueOf 
ValueOfDoe 
Variable 
WithParam 

Definition at line 3 of file XslNodeType.cs.

4{
5 Unknown,
11 Choose,
12 Comment,
13 Copy,
14 CopyOf,
15 Element,
16 Error,
17 ForEach,
18 If,
19 Key,
20 List,
23 Message,
24 Nop,
25 Number,
27 Param,
28 PI,
29 Sort,
31 Text,
33 ValueOf,
37}