C# Класс Cake.Web.Core.Content.Documentation.TopicReader

Наследование: ITopicReader
Показать файл Открыть проект

Открытые методы

Метод Описание
Read ( FilePath path ) : Cake.Web.Core.Content.Documentation.TopicTree
TopicReader ( IFileSystem fileSystem, ContentParser contentParser, ContentConverter contentConverter, ContentProcessor contentProcessor ) : System

Приватные методы

Метод Описание
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

Описание методов

Read() публичный Метод

public Read ( FilePath path ) : Cake.Web.Core.Content.Documentation.TopicTree
path FilePath
Результат Cake.Web.Core.Content.Documentation.TopicTree

TopicReader() публичный Метод

public TopicReader ( IFileSystem fileSystem, ContentParser contentParser, ContentConverter contentConverter, ContentProcessor contentProcessor ) : System
fileSystem IFileSystem
contentParser ContentParser
contentConverter ContentConverter
contentProcessor ContentProcessor
Результат System