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

◆ IsSelf()

static bool System.Xml.Schema.Asttree.IsSelf ( Axis ast)
inlinestaticpackage

Definition at line 54 of file Asttree.cs.

55 {
56 if (ast.TypeOfAxis == Axis.AxisType.Self && ast.NodeType == XPathNodeType.All)
57 {
58 return ast.AbbrAxis;
59 }
60 return false;
61 }

References System.Xml.Dictionary.

Referenced by System.Xml.Schema.ForwardAxis.ForwardAxis(), and System.Xml.Schema.Asttree.CompileXPath().