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

Public Member Functions

 AxisStack (ForwardAxis faxis, ActiveAxis parent)
 

Package Functions

void Push (int depth)
 
void Pop ()
 
void MoveToParent (string name, string URN, int depth)
 
bool MoveToChild (string name, string URN, int depth)
 
bool MoveToAttribute (string name, string URN, int depth)
 

Static Package Functions

static bool Equal (string thisname, string thisURN, string name, string URN)
 

Properties

ForwardAxis Subtree [get]
 
int Length [get]
 

Private Attributes

readonly ArrayList _stack
 
readonly ForwardAxis _subtree
 
readonly ActiveAxis _parent
 

Detailed Description

Definition at line 5 of file AxisStack.cs.


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