C# Class Cake.Web.Core.Content.Documentation.TopicReader

Inheritance: ITopicReader
ファイルを表示 Open project: cake-build/website

Public Methods

Method Description
Read ( FilePath path ) : Cake.Web.Core.Content.Documentation.TopicTree
TopicReader ( IFileSystem fileSystem, ContentParser contentParser, ContentConverter contentConverter, ContentProcessor contentProcessor ) : System

Private Methods

Method Description
FixLinks ( Cake.Web.Core.Content.Documentation.TopicTree tree ) : Cake.Web.Core.Content.Documentation.TopicTree
Read ( DirectoryPath root, Stream stream ) : Cake.Web.Core.Content.Documentation.TopicTree
ReadBody ( DirectoryPath root, string path, string uri ) : string
ReadSection ( XmlReader reader, DirectoryPath root ) : Cake.Web.Core.Content.Documentation.TopicSection
ReadTopic ( XmlReader reader, DirectoryPath root ) : Topic

Method Details

Read() public method

public Read ( FilePath path ) : Cake.Web.Core.Content.Documentation.TopicTree
path FilePath
return Cake.Web.Core.Content.Documentation.TopicTree

TopicReader() public method

public TopicReader ( IFileSystem fileSystem, ContentParser contentParser, ContentConverter contentConverter, ContentProcessor contentProcessor ) : System
fileSystem IFileSystem
contentParser ContentParser
contentConverter ContentConverter
contentProcessor ContentProcessor
return System