|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| FollSiblingQuery (Query qyInput, string name, string prefix, XPathNodeType type) | |
| override void | Reset () |
| override XPathNavigator | Advance () |
| override XPathNodeIterator | Clone () |
| override void | SetXsltContext (XsltContext context) |
| virtual bool | matches (XPathNavigator e) |
| override object | Evaluate (XPathNodeIterator nodeIterator) |
| 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) |
Protected Attributes | |
| XPathNavigator | currentNode |
| int | position |
Package Attributes | |
| Query | qyInput |
| int | count = -1 |
Properties | |
| string | Name [get] |
| string | Namespace [get] |
| bool | NameTest [get] |
| XPathNodeType | TypeTest [get] |
| override int | CurrentPosition [get] |
| override XPathNavigator | Current [get] |
| override double | XsltDefaultPriority [get] |
| override XPathResultType | StaticType [get] |
| override int | Count [get] |
| virtual QueryProps | Properties [get] |
| object? | debuggerDisplayProxy [get] |
Private Member Functions | |
| FollSiblingQuery (FollSiblingQuery other) | |
| bool | Visited (XPathNavigator nav) |
| XPathNavigator | FetchInput () |
Static Private Member Functions | |
| static int | GetMedian (int l, int r) |
Private Attributes | |
| readonly ClonableStack< XPathNavigator > | _elementStk |
| readonly List< XPathNavigator > | _parentStk |
| XPathNavigator | _nextInput |
| readonly bool | _nameTest |
| readonly string | _name |
| readonly string | _prefix |
| string | _nsUri |
| readonly XPathNodeType | _typeTest |
Definition at line 6 of file FollSiblingQuery.cs.