| Overload | Description |
|---|---|
| GetElementValue(XmlElement,String) | Gets text value from the given XmlElement for node specified by the given XPath expression |
| GetElementValue(XmlNode,String,String) | Gets text value from the given XmlNode for node specified by the given XPath expression |
| GetElementValue(XmlElement,String,String) | Gets text value from the given XmlElement for node specified by the given XPath expression |
| GetElementValue(XmlElement,String,XmlNamespaceManager) | Gets text value from the given XmlElement for node specified by the given XPath expression |
| GetElementValue(XmlElement,String,XmlNamespaceManager,String) | Gets text value from the given XmlElement for node specified by the given XPath expression |
| GetElementValue(String,String) | Gets the value of the first element or attribute in a piece of XML. |