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 } |
Public Member Functions | |
Axis (AxisType axisType, AstNode input, string prefix, string name, XPathNodeType nodetype) | |
Axis (AxisType axisType, AstNode input) | |
Protected Attributes | |
bool | abbrAxis |
Properties | |
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 |