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

◆ IsStep()

static bool System.Xml.Xsl.XPath.XPathParser< Node >.IsStep ( LexKind lexKind)
inlinestaticpackage

Definition at line 52 of file XPathParser.cs.

53 {
54 if (lexKind != LexKind.Dot && lexKind != LexKind.DotDot && lexKind != LexKind.At && lexKind != LexKind.Axis && lexKind != LexKind.Star)
55 {
56 return lexKind == LexKind.Name;
57 }
58 return true;
59 }

Referenced by System.Xml.Xsl.XPath.XPathParser< Node >.ParseLocationPath().