Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
MS.Internal.Xml.XPath.Axis Class Reference

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
 

Detailed Description

Definition at line 5 of file Axis.cs.


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