|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Types | |
| enum | AxisType { Ancestor , AncestorOrSelf , Attribute , Child , Descendant , DescendantOrSelf , Following , FollowingSibling , Namespace , Parent , Preceding , PrecedingSibling , Self , None } |
| enum | AstType { Axis , Operator , Filter , ConstantOperand , Function , Group , Root , Variable , Error } |
Protected Attributes | |
| bool | abbrAxis |
Package Functions | |
| DoubleLinkAxis (Axis axis, DoubleLinkAxis inputaxis) | |
Static Package Functions | |
| static DoubleLinkAxis | ConvertTree (Axis axis) |
Package Attributes | |
| Axis | next |
Properties | |
| Axis | Next [get, set] |
| override AstType | Type [get] |
| override XPathResultType | ReturnType [get] |
| AstNode | Input [get, set] |
| string | Prefix [get] |
| string | Name [get] |
| XPathNodeType | NodeType [get] |
| AxisType | TypeOfAxis [get] |
| bool | AbbrAxis [get] |
| string | Urn [get, set] |
Private Attributes | |
| readonly AxisType | _axisType |
| AstNode | _input |
| readonly string | _prefix |
| readonly string | _name |
| readonly XPathNodeType | _nodeType |
| string | _urn = string.Empty |
Definition at line 6 of file DoubleLinkAxis.cs.