Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
MS.Internal.Xml.XPath.FollowingQuery Class Referencesealed

Public Member Functions

 FollowingQuery (Query qyInput, string name, string prefix, XPathNodeType typeTest)
 
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

 FollowingQuery (FollowingQuery other)
 

Static Private Member Functions

static int GetMedian (int l, int r)
 

Private Attributes

XPathNavigator _input
 
XPathNodeIterator _iterator
 
readonly bool _nameTest
 
readonly string _name
 
readonly string _prefix
 
string _nsUri
 
readonly XPathNodeType _typeTest
 

Detailed Description

Definition at line 5 of file FollowingQuery.cs.


The documentation for this class was generated from the following file: