Метод | Описание | |
---|---|---|
GetAttributeValue ( System.Xml.Linq.XAttribute attribute ) : string | ||
ParseOpml ( Stream stream ) : List |
||
ParseOpml ( System.Xml.Linq.XDocument opmlDoc ) : List |
||
ParseOpml ( string url ) : List |
Метод | Описание | |
---|---|---|
ParseOutline ( System.Xml.Linq.XElement item ) : IEnumerable |
public static GetAttributeValue ( System.Xml.Linq.XAttribute attribute ) : string | ||
attribute | System.Xml.Linq.XAttribute | |
Результат | string |
public static ParseOpml ( Stream stream ) : List |
||
stream | Stream | |
Результат | List |
public static ParseOpml ( System.Xml.Linq.XDocument opmlDoc ) : List |
||
opmlDoc | System.Xml.Linq.XDocument | |
Результат | List |
public static ParseOpml ( string url ) : List |
||
url | string | |
Результат | List |