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

◆ IsReverseAxis()

static bool System.Xml.Xsl.XPath.XPathParser< Node >.IsReverseAxis ( XPathAxis axis)
inlinestaticprivate

Definition at line 153 of file XPathParser.cs.

154 {
155 if (axis != XPathAxis.Ancestor && axis != XPathAxis.Preceding && axis != XPathAxis.AncestorOrSelf)
156 {
157 return axis == XPathAxis.PrecedingSibling;
158 }
159 return true;
160 }

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