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

Public Member Functions

 DescendantQuery (DescendantQuery other)
 
override void Reset ()
 
override XPathNavigator Advance ()
 
override XPathNodeIterator Clone ()
 
override XPathNavigator MatchNode (XPathNavigator context)
 
override void SetXsltContext (XsltContext context)
 
virtual bool matches (XPathNavigator e)
 
override object Evaluate (XPathNodeIterator nodeIterator)
 
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

XPathResultType GetXPathType (object value)
 
void ResetCount ()
 

Static Protected Member Functions

static XPathNodeIterator Clone (XPathNodeIterator input)
 
static XPathNavigator Clone (XPathNavigator input)
 

Protected Attributes

bool matchSelf
 
bool abbrAxis
 
XPathNavigator currentNode
 
int position
 

Package Functions

 DescendantQuery (Query qyParent, string Name, string Prefix, XPathNodeType Type, bool matchSelf, bool abbrAxis)
 

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]
 

Static Private Member Functions

static int GetMedian (int l, int r)
 

Private Attributes

XPathNodeIterator _nodeIterator
 
readonly bool _nameTest
 
readonly string _name
 
readonly string _prefix
 
string _nsUri
 
readonly XPathNodeType _typeTest
 

Detailed Description

Definition at line 5 of file DescendantQuery.cs.


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