C# Class ATMLCommonLibrary.forms.ATMLXslTranslationForm

Show file Open project: UtrsSoftware/ATMLWorkBench Class Usage Examples

Public Methods

Method Description
ATMLXslTranslationForm ( Document xmlFile, Document xslFile ) : System
ATMLXslTranslationForm ( Stream xmlFile, Stream xslFile ) : System
ATMLXslTranslationForm ( byte xmlFile, byte xslFile ) : System
ATMLXslTranslationForm ( string xmlFileName, string xslFileName ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnClosing ( CancelEventArgs e ) : void

Private Methods

Method Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Load ( Document xsl, Document xml ) : void
Load ( Stream xmlFile, Stream xslFile ) : void
Load ( byte xmlFile, byte xslFile ) : void
LoadContent ( Document xml, Document xsl ) : void
LoadContent ( Stream xmlFile, Stream xslFile ) : void
LoadContent ( byte xmlFile, byte xslFile ) : void
LoadContent ( string xmlFileName, string xslFileName ) : void
ProcessSubmit ( WebBrowserDocumentCompletedEventArgs e ) : void
btnClose_Click ( object sender, EventArgs e ) : void
webBrowser_DocumentCompleted ( object sender, WebBrowserDocumentCompletedEventArgs e ) : void
webBrowser_Navigating ( object sender, WebBrowserNavigatingEventArgs e ) : void

Method Details

ATMLXslTranslationForm() public method

public ATMLXslTranslationForm ( Document xmlFile, Document xslFile ) : System
xmlFile Document
xslFile Document
return System

ATMLXslTranslationForm() public method

public ATMLXslTranslationForm ( Stream xmlFile, Stream xslFile ) : System
xmlFile Stream
xslFile Stream
return System

ATMLXslTranslationForm() public method

public ATMLXslTranslationForm ( byte xmlFile, byte xslFile ) : System
xmlFile byte
xslFile byte
return System

ATMLXslTranslationForm() public method

public ATMLXslTranslationForm ( string xmlFileName, string xslFileName ) : System
xmlFileName string
xslFileName string
return System

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

OnClosing() protected method

protected OnClosing ( CancelEventArgs e ) : void
e CancelEventArgs
return void