Class XmlNodeExtensions
Holds extension methods for System.Xml.XmlNode.
Inheritance
System.Object
XmlNodeExtensions
Namespace: Telerik.Windows.Data.Expressions
Assembly: Telerik.Windows.Data.dll
Syntax
public static class XmlNodeExtensions : Object
Methods
ChildElementInnerText(XmlNode, String)
Returns child element InnerText.
Declaration
public static string ChildElementInnerText(this XmlNode node, string childName)
Parameters
System.Xml.XmlNode
node
|
System.String
childName
|
Returns
System.String
|