Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
XPathAxis.cs
Go to the documentation of this file.
1
namespace
System.Xml.Xsl.XPath
;
2
3
internal
enum
XPathAxis
4
{
5
Unknown
,
6
Ancestor
,
7
AncestorOrSelf
,
8
Attribute
,
9
Child
,
10
Descendant
,
11
DescendantOrSelf
,
12
Following
,
13
FollowingSibling
,
14
Namespace
,
15
Parent
,
16
Preceding
,
17
PrecedingSibling
,
18
Self
,
19
Root
20
}
System.Xml.Xsl.XPath.XPathAxis
XPathAxis
Definition
XPathAxis.cs:4
System.Xml.Xsl.XPath.XPathAxis.AncestorOrSelf
@ AncestorOrSelf
System.Xml.Xsl.XPath.XPathAxis.Parent
@ Parent
System.Xml.Xsl.XPath.XPathAxis.Descendant
@ Descendant
System.Xml.Xsl.XPath.XPathAxis.Following
@ Following
System.Xml.Xsl.XPath.XPathAxis.Preceding
@ Preceding
System.Xml.Xsl.XPath.XPathAxis.FollowingSibling
@ FollowingSibling
System.Xml.Xsl.XPath.XPathAxis.Child
@ Child
System.Xml.Xsl.XPath.XPathAxis.Self
@ Self
System.Xml.Xsl.XPath.XPathAxis.Namespace
@ Namespace
System.Xml.Xsl.XPath.XPathAxis.Ancestor
@ Ancestor
System.Xml.Xsl.XPath.XPathAxis.DescendantOrSelf
@ DescendantOrSelf
System.Xml.Xsl.XPath.XPathAxis.Attribute
@ Attribute
System.Xml.Xsl.XPath.XPathAxis.PrecedingSibling
@ PrecedingSibling
System.Xml.Xsl.XPath.XPathAxis.Root
@ Root
System.Xml.Xsl.XPath.LexKind.Unknown
@ Unknown
System.Xml.Xsl.XPath
Definition
IFocus.cs:3
source
System.Private.Xml
System.Xml.Xsl.XPath
XPathAxis.cs
Generated by
1.10.0