C# Class Subtext.BlogML.BlogMLReader

ファイルを表示 Open project: ayende/Subtext

Public Methods

Method Description
Create ( IBlogMLProvider provider ) : BlogMLReader
ReadBlog ( Stream blogMlStream ) : void

Reads in a BlogML Stream and creates the appropriate blog posts,

Private Methods

Method Description
BlogMLReader ( IBlogMLProvider provider ) : System

Initializes a new instance of the BlogMLReader class.

CreateFileFromAttachment ( BlogMLAttachment bmlAttachment, string attachmentDirectoryPath, string attachmentDirectoryUrl, string postContent ) : string
CreateFilesFromAttachments ( BlogMLPost bmlPost, string postContent ) : string
DeserializeBlogMlStream ( Stream stream ) : BlogMLBlog

Method Details

Create() public static method

public static Create ( IBlogMLProvider provider ) : BlogMLReader
provider IBlogMLProvider
return BlogMLReader

ReadBlog() public method

Reads in a BlogML Stream and creates the appropriate blog posts,
public ReadBlog ( Stream blogMlStream ) : void
blogMlStream Stream
return void