Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
BooleanFunctions (Function.FunctionType funcType, Query arg) | |
override void | SetXsltContext (XsltContext context) |
override object | Evaluate (XPathNodeIterator nodeIterator) |
override XPathNodeIterator | Clone () |
override void | Reset () |
override XPathNavigator | Advance () |
override bool | MoveNext () |
virtual XPathNavigator | MatchNode (XPathNavigator current) |
virtual IEnumerator | GetEnumerator () |
Static Public Member Functions | |
static Query | Clone (Query input) |
static bool | Insert (List< XPathNavigator > buffer, XPathNavigator nav) |
static XmlNodeOrder | CompareNodes (XPathNavigator l, XPathNavigator r) |
Protected Member Functions | |
XPathResultType | GetXPathType (object value) |
void | ResetCount () |
Static Protected Member Functions | |
static XPathNodeIterator | Clone (XPathNodeIterator input) |
static XPathNavigator | Clone (XPathNavigator input) |
Package Functions | |
bool | toBoolean (XPathNodeIterator nodeIterator) |
Static Package Functions | |
static bool | toBoolean (double number) |
static bool | toBoolean (string str) |
Package Attributes | |
int | count = -1 |
Properties | |
override XPathResultType | StaticType [get] |
override XPathNavigator | Current [get] |
override int | CurrentPosition [get] |
override int | Count [get] |
virtual double | XsltDefaultPriority [get] |
virtual QueryProps | Properties [get] |
object? | debuggerDisplayProxy [get] |
Private Member Functions | |
BooleanFunctions (BooleanFunctions other) | |
bool | Not (XPathNodeIterator nodeIterator) |
bool | Lang (XPathNodeIterator nodeIterator) |
Static Private Member Functions | |
static int | GetMedian (int l, int r) |
Private Attributes | |
readonly Query | _arg |
readonly Function.FunctionType | _funcType |
Definition at line 7 of file BooleanFunctions.cs.