Terraria v1.4.4.9
Terraria source code documentation
|
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< XElement > | XPathSelectElements (this XNode node, string expression) |
static IEnumerable< XElement > | XPathSelectElements (this XNode node, string expression, IXmlNamespaceResolver? resolver) |
Static Private Member Functions | |
static XText | CalibrateText (XText n) |
Definition at line 7 of file Extensions.cs.