|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| ForwardPositionQuery (Query input) | |
| override object | Evaluate (XPathNodeIterator context) |
| override XPathNavigator | MatchNode (XPathNavigator context) |
| override XPathNodeIterator | Clone () |
| override void | Reset () |
| override void | SetXsltContext (XsltContext context) |
| override XPathNavigator | Advance () |
| override bool | MoveNext () |
| 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 | |
| ForwardPositionQuery (ForwardPositionQuery other) | |
| XPathResultType | GetXPathType (object value) |
| void | ResetCount () |
Static Protected Member Functions | |
| static XPathNodeIterator | Clone (XPathNodeIterator input) |
| static XPathNavigator | Clone (XPathNavigator input) |
Protected Attributes | |
| List< XPathNavigator > | outputBuffer |
Package Attributes | |
| Query | input |
| 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] |
Static Private Member Functions | |
| static int | GetMedian (int l, int r) |
Definition at line 5 of file ForwardPositionQuery.cs.