Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
AbsoluteQuery () | |
override object | Evaluate (XPathNodeIterator context) |
override XPathNavigator | MatchNode (XPathNavigator context) |
override XPathNodeIterator | Clone () |
override void | Reset () |
override XPathNavigator | Advance () |
override bool | MoveNext () |
virtual void | SetXsltContext (XsltContext context) |
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) |
Protected Attributes | |
XPathNavigator | contextNode |
Package Attributes | |
int | count = -1 |
Properties | |
override XPathNavigator | Current [get] |
override XPathResultType | StaticType [get] |
override int | CurrentPosition [get] |
override int | Count [get] |
override QueryProps | Properties [get] |
virtual double | XsltDefaultPriority [get] |
object? | debuggerDisplayProxy [get] |
Private Member Functions | |
AbsoluteQuery (AbsoluteQuery other) | |
Static Private Member Functions | |
static int | GetMedian (int l, int r) |
Definition at line 5 of file AbsoluteQuery.cs.