Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Xml.Schema.DoubleLinkAxis Class Referencesealed

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
 

Detailed Description

Definition at line 6 of file DoubleLinkAxis.cs.


The documentation for this class was generated from the following file: