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

Mostra file Open project: picklesdoc/pickles Class Usage Examples

Public Methods

Method Description
Format ( Uri file, Tree features, DirectoryInfoBase outputFolder ) : System.Xml.Linq.XElement
HtmlTableOfContentsFormatter ( HtmlImageResultFormatter imageResultFormatter, IFileSystem fileSystem ) : System

Private Methods

Method Description
AddNodeForDirectory ( System.Xml.Linq.XNamespace xmlns, Uri file, Tree childNode ) : System.Xml.Linq.XElement
AddNodeForFile ( System.Xml.Linq.XNamespace xmlns, Uri file, Tree childNode ) : System.Xml.Linq.XElement
AddNodeForHome ( System.Xml.Linq.XNamespace xmlns, Uri file, DirectoryInfoBase rootFolder ) : System.Xml.Linq.XElement
BuildCollapser ( System.Xml.Linq.XNamespace xmlns ) : System.Xml.Linq.XElement
BuildListItems ( System.Xml.Linq.XNamespace xmlns, Uri file, Tree features ) : System.Xml.Linq.XElement
DetermineWhetherFileIsTheRootFile ( Uri file, System.IO.Abstractions.FileInfoBase rootfile ) : bool

Method Details

Format() public method

public Format ( Uri file, Tree features, DirectoryInfoBase outputFolder ) : System.Xml.Linq.XElement
file System.Uri
features Tree
outputFolder System.IO.Abstractions.DirectoryInfoBase
return System.Xml.Linq.XElement

HtmlTableOfContentsFormatter() public method

public HtmlTableOfContentsFormatter ( HtmlImageResultFormatter imageResultFormatter, IFileSystem fileSystem ) : System
imageResultFormatter HtmlImageResultFormatter
fileSystem IFileSystem
return System