C# Class OnlineVideos.Sites.JSurf.Extensions.XmlExtensions

Extension methods for xml Documents
Datei anzeigen Open project: offbyoneBB/mp-onlinevideos2

Public Methods

Method Description
SelectSingleNodeText ( this doc, string path, string resultIfNull = "" ) : string

Helper which will select the inner text of a single node, or return the string defined in the resultIfNull

Method Details

SelectSingleNodeText() public static method

Helper which will select the inner text of a single node, or return the string defined in the resultIfNull
public static SelectSingleNodeText ( this doc, string path, string resultIfNull = "" ) : string
doc this
path string
resultIfNull string
return string