C# Class Docu.Output.Rendering.HtmlOutputFormatter

Inheritance: IOutputFormatter
Exibir arquivo Open project: cdrnet/docu Class Usage Examples

Public Methods

Method Description
Escape ( string value ) : string
Format ( Comment comment ) : string
FormatReferencable ( IReferencable reference ) : string
FormatReferencable ( IReferencable reference, string>.IEnumerable attributes ) : string
HtmlOutputFormatter ( IDocuTemplate view ) : System

Private Methods

Method Description
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

Method Details

Escape() public method

public Escape ( string value ) : string
value string
return string

Format() public method

public Format ( Comment comment ) : string
comment Docu.Documentation.Comments.Comment
return string

FormatReferencable() public method

public FormatReferencable ( IReferencable reference ) : string
reference IReferencable
return string

FormatReferencable() public method

public FormatReferencable ( IReferencable reference, string>.IEnumerable attributes ) : string
reference IReferencable
attributes string>.IEnumerable
return string

HtmlOutputFormatter() public method

public HtmlOutputFormatter ( IDocuTemplate view ) : System
view IDocuTemplate
return System