C# Class Docu.Output.Rendering.HtmlOutputFormatter

Inheritance: IOutputFormatter
Afficher le fichier Open project: cdrnet/docu Class Usage Examples

Méthodes publiques

Méthode 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

Méthode 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 méthode

public Escape ( string value ) : string
value string
Résultat string

Format() public méthode

public Format ( Comment comment ) : string
comment Docu.Documentation.Comments.Comment
Résultat string

FormatReferencable() public méthode

public FormatReferencable ( IReferencable reference ) : string
reference IReferencable
Résultat string

FormatReferencable() public méthode

public FormatReferencable ( IReferencable reference, string>.IEnumerable attributes ) : string
reference IReferencable
attributes string>.IEnumerable
Résultat string

HtmlOutputFormatter() public méthode

public HtmlOutputFormatter ( IDocuTemplate view ) : System
view IDocuTemplate
Résultat System