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

Public Member Functions

 XPathAncestorQuery (Query qyInput, string name, string prefix, XPathNodeType typeTest, bool matchSelf)
 
override object Evaluate (XPathNodeIterator context)
 
override XPathNodeIterator Clone ()
 
override void Reset ()
 
override XPathNavigator Advance ()
 
override void SetXsltContext (XsltContext context)
 
virtual bool matches (XPathNavigator e)
 
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

List< XPathNavigatoroutputBuffer
 
XPathNavigator currentNode
 
int position
 

Package Attributes

Query qyInput
 
int count = -1
 

Properties

override int CurrentPosition [get]
 
override QueryProps Properties [get]
 
override XPathNavigator Current [get]
 
override int Count [get]
 
string Name [get]
 
string Namespace [get]
 
bool NameTest [get]
 
XPathNodeType TypeTest [get]
 
override double XsltDefaultPriority [get]
 
override XPathResultType StaticType [get]
 
object? debuggerDisplayProxy [get]
 

Private Member Functions

 XPathAncestorQuery (XPathAncestorQuery other)
 

Static Private Member Functions

static int GetMedian (int l, int r)
 

Private Attributes

readonly bool _matchSelf
 
readonly bool _nameTest
 
readonly string _name
 
readonly string _prefix
 
string _nsUri
 
readonly XPathNodeType _typeTest
 

Detailed Description

Definition at line 5 of file XPathAncestorQuery.cs.


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