C# 클래스 ReasonCodeExample.XPathInformation.Tests.XmlStringExtensions

파일 보기 프로젝트 열기: uli-weltersbach/XPathInformation

공개 메소드들

메소드 설명
SelectNodes ( this xml, string xpath ) : IList
SelectSingleNode ( this xml, string xpath ) : XObject

메소드 상세

SelectNodes() 공개 정적인 메소드

public static SelectNodes ( this xml, string xpath ) : IList
xml this
xpath string
리턴 IList

SelectSingleNode() 공개 정적인 메소드

public static SelectSingleNode ( this xml, string xpath ) : XObject
xml this
xpath string
리턴 XObject