C# Class CasOwa.CasOwaAuthHandler.XmlUtils

Show file Open project: Unicon/cas-owa-2010

Public Methods

Method Description
GetTextForElement ( string xmlAsString, string qualifiedElementName ) : string

Parses the text for a specified element, assuming that there is at most one such element

Method Details

GetTextForElement() public static method

Parses the text for a specified element, assuming that there is at most one such element
public static GetTextForElement ( string xmlAsString, string qualifiedElementName ) : string
xmlAsString string the xml to be parsed
qualifiedElementName string the element to match,qualified with namespace
return string