Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Xml.XPath.Extensions Class Reference

Static Public Member Functions

static XPathNavigator CreateNavigator (this XNode node)
 
static XPathNavigator CreateNavigator (this XNode node, XmlNameTable? nameTable)
 
static object XPathEvaluate (this XNode node, string expression)
 
static object XPathEvaluate (this XNode node, string expression, IXmlNamespaceResolver? resolver)
 
static ? XElement XPathSelectElement (this XNode node, string expression)
 
static ? XElement XPathSelectElement (this XNode node, string expression, IXmlNamespaceResolver? resolver)
 
static IEnumerable< XElementXPathSelectElements (this XNode node, string expression)
 
static IEnumerable< XElementXPathSelectElements (this XNode node, string expression, IXmlNamespaceResolver? resolver)
 

Static Private Member Functions

static XText CalibrateText (XText n)
 

Detailed Description

Definition at line 7 of file Extensions.cs.


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