C# 클래스 CasOwa.CasOwaAuthHandler.XmlUtils

파일 보기 프로젝트 열기: Unicon/cas-owa-2010

공개 메소드들

메소드 설명
GetTextForElement ( string xmlAsString, string qualifiedElementName ) : string

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

메소드 상세

GetTextForElement() 공개 정적인 메소드

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
리턴 string