terraria-cpp2il-methodrecon
v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
XPathNodeType.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System.Xml.XPath
4
{
5
// Token: 0x020000B9 RID: 185
6
public
enum
XPathNodeType
7
{
8
// Token: 0x040003FD RID: 1021
9
Root
,
10
// Token: 0x040003FE RID: 1022
11
Element
,
12
// Token: 0x040003FF RID: 1023
13
Attribute
,
14
// Token: 0x04000400 RID: 1024
15
Namespace
,
16
// Token: 0x04000401 RID: 1025
17
Text
,
18
// Token: 0x04000402 RID: 1026
19
SignificantWhitespace
,
20
// Token: 0x04000403 RID: 1027
21
Whitespace
,
22
// Token: 0x04000404 RID: 1028
23
ProcessingInstruction
,
24
// Token: 0x04000405 RID: 1029
25
Comment
,
26
// Token: 0x04000406 RID: 1030
27
All
28
}
29
}
System.Xml.XPath.XPathNamespaceScope.All
@ All
System.Xml.XPath.XPathNodeType
XPathNodeType
Definition
XPathNodeType.cs:7
System.Xml.XPath.XPathNodeType.Comment
@ Comment
System.Xml.XPath.XPathNodeType.SignificantWhitespace
@ SignificantWhitespace
System.Xml.XPath.XPathNodeType.Element
@ Element
System.Xml.XPath.XPathNodeType.ProcessingInstruction
@ ProcessingInstruction
System.Xml.XPath.XPathNodeType.Text
@ Text
System.Xml.XPath.XPathNodeType.Namespace
@ Namespace
System.Xml.XPath.XPathNodeType.Whitespace
@ Whitespace
System.Xml.XPath.XPathNodeType.Attribute
@ Attribute
System.Xml.XPath.XPathNodeType.Root
@ Root
System.Xml.XPath
Definition
XPathDocument.cs:7
System
Definition
__ComObject.cs:4
source
System.Xml
System
Xml
XPath
XPathNodeType.cs
Generated by
1.10.0