C# Class PicklesDoc.Pickles.DocumentationBuilders.Html.HtmlDocumentFormatter

Mostra file Open project: picklesdoc/pickles Class Usage Examples

Public Methods

Method Description
Format ( INode featureNode, Tree features, DirectoryInfoBase rootFolder ) : System.Xml.Linq.XDocument
HtmlDocumentFormatter ( IConfiguration configuration, HtmlHeaderFormatter htmlHeaderFormatter, HtmlTableOfContentsFormatter htmlTableOfContentsFormatter, HtmlContentFormatter htmlContentFormatter, HtmlFooterFormatter htmlFooterFormatter, HtmlResourceSet htmlResources, IFileSystem fileSystem ) : System

Method Details

Format() public method

public Format ( INode featureNode, Tree features, DirectoryInfoBase rootFolder ) : System.Xml.Linq.XDocument
featureNode INode
features Tree
rootFolder System.IO.Abstractions.DirectoryInfoBase
return System.Xml.Linq.XDocument

HtmlDocumentFormatter() public method

public HtmlDocumentFormatter ( IConfiguration configuration, HtmlHeaderFormatter htmlHeaderFormatter, HtmlTableOfContentsFormatter htmlTableOfContentsFormatter, HtmlContentFormatter htmlContentFormatter, HtmlFooterFormatter htmlFooterFormatter, HtmlResourceSet htmlResources, IFileSystem fileSystem ) : System
configuration IConfiguration
htmlHeaderFormatter HtmlHeaderFormatter
htmlTableOfContentsFormatter HtmlTableOfContentsFormatter
htmlContentFormatter HtmlContentFormatter
htmlFooterFormatter HtmlFooterFormatter
htmlResources HtmlResourceSet
fileSystem IFileSystem
return System