C# 클래스 ATMLCommonLibrary.forms.ATMLXslTranslationForm

파일 보기 프로젝트 열기: UtrsSoftware/ATMLWorkBench 1 사용 예제들

공개 메소드들

메소드 설명
ATMLXslTranslationForm ( Document xmlFile, Document xslFile ) : System
ATMLXslTranslationForm ( Stream xmlFile, Stream xslFile ) : System
ATMLXslTranslationForm ( byte xmlFile, byte xslFile ) : System
ATMLXslTranslationForm ( string xmlFileName, string xslFileName ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnClosing ( CancelEventArgs e ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

ATMLXslTranslationForm() 공개 메소드

public ATMLXslTranslationForm ( Document xmlFile, Document xslFile ) : System
xmlFile Document
xslFile Document
리턴 System

ATMLXslTranslationForm() 공개 메소드

public ATMLXslTranslationForm ( Stream xmlFile, Stream xslFile ) : System
xmlFile Stream
xslFile Stream
리턴 System

ATMLXslTranslationForm() 공개 메소드

public ATMLXslTranslationForm ( byte xmlFile, byte xslFile ) : System
xmlFile byte
xslFile byte
리턴 System

ATMLXslTranslationForm() 공개 메소드

public ATMLXslTranslationForm ( string xmlFileName, string xslFileName ) : System
xmlFileName string
xslFileName string
리턴 System

Dispose() 보호된 메소드

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

OnClosing() 보호된 메소드

protected OnClosing ( CancelEventArgs e ) : void
e CancelEventArgs
리턴 void