C# Class Tomboy.ExportToHtml.TransformExtension

Makes System.String.ToLower available in the XSL stylesheet and manages access to the file path of notes, making sure that each note is only exported once.
Datei anzeigen Open project: oluc/tomboy

Public Methods

Method Description
GetPath ( string title ) : string
ToLower ( string s ) : String
TransformExtension ( NoteManager manager, Note root_note ) : System

Method Details

GetPath() public method

public GetPath ( string title ) : string
title string
return string

ToLower() public method

public ToLower ( string s ) : String
s string
return String

TransformExtension() public method

public TransformExtension ( NoteManager manager, Note root_note ) : System
manager NoteManager
root_note Tomboy.Note
return System