C# Class Bloom_ChorusPlugin.HtmlFileForMerging

Given an html path, this can give it as xhtml, let you make changes, and then give it back as html when you're done.
Inheritance: IDisposable
Show file Open project: BloomBooks/BloomDesktop Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
GetPathToXHtml ( ) : string
HtmlFileForMerging ( string pathToHtml ) : System
SaveHtml ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

GetPathToXHtml() public method

public GetPathToXHtml ( ) : string
return string

HtmlFileForMerging() public method

public HtmlFileForMerging ( string pathToHtml ) : System
pathToHtml string
return System

SaveHtml() public method

public SaveHtml ( ) : void
return void