C# Class ReasonCodeExample.XPathInformation.Tests.XmlStringExtensions

Afficher le fichier Open project: uli-weltersbach/XPathInformation

Méthodes publiques

Méthode Description
SelectNodes ( this xml, string xpath ) : IList
SelectSingleNode ( this xml, string xpath ) : XObject

Method Details

SelectNodes() public static méthode

public static SelectNodes ( this xml, string xpath ) : IList
xml this
xpath string
Résultat IList

SelectSingleNode() public static méthode

public static SelectSingleNode ( this xml, string xpath ) : XObject
xml this
xpath string
Résultat XObject