C# Class ReasonCodeExample.XPathInformation.Tests.XmlStringExtensions

Exibir arquivo Open project: uli-weltersbach/XPathInformation

Public Methods

Method Description
SelectNodes ( this xml, string xpath ) : IList
SelectSingleNode ( this xml, string xpath ) : XObject

Method Details

SelectNodes() public static method

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

SelectSingleNode() public static method

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