Terraria v1.4.4.9
Terraria source code documentation
|
Classes | |
class | XPathSortArrayIterator |
Package Functions | |
int | IncrementCounter () |
void | AllocateVariables (int count) |
object | GetVariable (int index) |
void | SetVariable (int index, object value) |
void | SetParameter (XmlQualifiedName name, object value) |
void | ResetParams () |
object | GetParameter (XmlQualifiedName name) |
void | InitNodeSet (XPathNodeIterator nodeSet) |
void | InitNewNodeSet (XPathNodeIterator nodeSet) |
void | SortNewNodeSet (Processor proc, ArrayList sortarray) |
void | Finished () |
void | Inherit (ActionFrame parent) |
void | Init (Action action, XPathNodeIterator nodeSet) |
void | Init (ActionFrame containerFrame, XPathNodeIterator nodeSet) |
void | SetAction (Action action) |
void | SetAction (Action action, int state) |
void | Exit () |
bool | Execute (Processor processor) |
bool | NextNode (Processor proc) |
bool | NewNextNode (Processor proc) |
Properties | |
PrefixQName | CalulatedName [get, set] |
string | StoredOutput [get, set] |
int | State [get, set] |
int | Counter [get, set] |
XPathNavigator | Node [get] |
XPathNodeIterator | NodeSet [get] |
XPathNodeIterator | NewNodeSet [get] |
Private Member Functions | |
void | Init (Action action, ActionFrame container, XPathNodeIterator nodeSet) |
Action | GetAction (int actionIndex) |
Private Attributes | |
int | _state |
int | _counter |
object[] | _variables |
Hashtable | _withParams |
Action | _action |
ActionFrame | _container |
int | _currentAction |
XPathNodeIterator | _nodeSet |
XPathNodeIterator | _newNodeSet |
PrefixQName | _calulatedName |
string | _storedOutput |
Definition at line 9 of file ActionFrame.cs.