C# 클래스 Spaetzel.FeedDA.Opmls

파일 보기 프로젝트 열기: spaetzel/FeedDA

공개 메소드들

메소드 설명
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

메소드 상세

GetAttributeValue() 공개 정적인 메소드

public static GetAttributeValue ( System.Xml.Linq.XAttribute attribute ) : string
attribute System.Xml.Linq.XAttribute
리턴 string

ParseOpml() 공개 정적인 메소드

public static ParseOpml ( Stream stream ) : List
stream Stream
리턴 List

ParseOpml() 공개 정적인 메소드

public static ParseOpml ( System.Xml.Linq.XDocument opmlDoc ) : List
opmlDoc System.Xml.Linq.XDocument
리턴 List

ParseOpml() 공개 정적인 메소드

public static ParseOpml ( string url ) : List
url string
리턴 List