C# Class ATMLCommonLibrary.forms.ATMLXslTranslationForm

Afficher le fichier Open project: UtrsSoftware/ATMLWorkBench Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnClosing ( CancelEventArgs e ) : void

Private Methods

Méthode 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 méthode

public ATMLXslTranslationForm ( Document xmlFile, Document xslFile ) : System
xmlFile Document
xslFile Document
Résultat System

ATMLXslTranslationForm() public méthode

public ATMLXslTranslationForm ( Stream xmlFile, Stream xslFile ) : System
xmlFile Stream
xslFile Stream
Résultat System

ATMLXslTranslationForm() public méthode

public ATMLXslTranslationForm ( byte xmlFile, byte xslFile ) : System
xmlFile byte
xslFile byte
Résultat System

ATMLXslTranslationForm() public méthode

public ATMLXslTranslationForm ( string xmlFileName, string xslFileName ) : System
xmlFileName string
xslFileName string
Résultat System

Dispose() protected méthode

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

OnClosing() protected méthode

protected OnClosing ( CancelEventArgs e ) : void
e CancelEventArgs
Résultat void