Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
XPathNodeType.cs
Go to the documentation of this file.
1
namespace
System.Xml.XPath
;
2
3
public
enum
XPathNodeType
4
{
5
Root
,
6
Element
,
7
Attribute
,
8
Namespace
,
9
Text
,
10
SignificantWhitespace
,
11
Whitespace
,
12
ProcessingInstruction
,
13
Comment
,
14
All
15
}
System.Xml.XPath.XPathNamespaceScope.All
@ All
System.Xml.XPath.XPathNodeType
XPathNodeType
Definition
XPathNodeType.cs:4
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.Namespace
@ Namespace
System.Xml.XPath.XPathNodeType.Whitespace
@ Whitespace
System.Xml.XPath.XPathNodeType.Attribute
@ Attribute
System.Xml.XPath.XPathNodeType.Root
@ Root
System.Xml.XPath.XmlDataType.Text
@ Text
System.Xml.XPath
Definition
Extensions.cs:5
source
System.Private.Xml
System.Xml.XPath
XPathNodeType.cs
Generated by
1.10.0