C# Класс Docu.Output.Rendering.HtmlOutputFormatter

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

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

Метод Описание
Escape ( string value ) : string
Format ( Comment comment ) : string
FormatReferencable ( IReferencable reference ) : string
FormatReferencable ( IReferencable reference, string>.IEnumerable attributes ) : string
HtmlOutputFormatter ( IDocuTemplate view ) : System

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

Метод Описание
Format ( string pattern ) : string
FormatBulletList ( BulletList comment ) : string
FormatChildren ( IEnumerable comments ) : string
FormatDefinitionList ( DefinitionList comment ) : string
FormatGeneralContainer ( Comment comment ) : string
FormatInlineCode ( InlineCode block ) : string
FormatInlineText ( InlineText comment ) : string
FormatMultilineCode ( MultilineCode block ) : string
FormatNumberList ( NumberList comment ) : string
FormatParagraph ( Paragraph comment ) : string
FormatParameterReference ( ParameterReference comment ) : string
FormatSee ( See block ) : string
FormatTableList ( TableList comment ) : string
formatInlineList ( IEnumerable items, string outerTagFormat, string itemFormat, string termFormat, string definitionFormat ) : string

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

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

public Escape ( string value ) : string
value string
Результат string

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

public Format ( Comment comment ) : string
comment Docu.Documentation.Comments.Comment
Результат string

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

public FormatReferencable ( IReferencable reference ) : string
reference IReferencable
Результат string

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

public FormatReferencable ( IReferencable reference, string>.IEnumerable attributes ) : string
reference IReferencable
attributes string>.IEnumerable
Результат string

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

public HtmlOutputFormatter ( IDocuTemplate view ) : System
view IDocuTemplate
Результат System