C# 클래스 ATML1671Translator.translator.ATMLTranslator

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

공개 프로퍼티들

프로퍼티 타입 설명
SOURCE string

공개 메소드들

메소드 설명
CompareTestDescriptionToSource ( string xmlTestDescription ) : void
IsNavigatable ( ) : bool
IsParsible ( ) : bool
ParseSourceDocument ( ) : void
SaveSourceDocument ( ) : void
SetContent ( FileInfo fileInfo, byte content ) : void
SetContent ( byte content ) : void
SetNavigator ( ITranslatorNavigator navigator ) : void
TranslateAIXML ( ) : void
TranslateAIXMLDocument ( ) : void

보호된 메소드들

메소드 설명
OnAixmlParseCompleted ( ) : void
OnAixmlParseStarted ( ) : void
OnAixmlTranslationCompleted ( string xmlTestDescription ) : void
OnAixmlTranslationStarted ( ) : void
OnAtmlDocumentOpened ( Document document ) : void
OnAtmlFileOpened ( FileInfo fi, byte content ) : void
OnDocumentParsed ( TestDescription td, string xml ) : void
OnOpenSourceDocument ( FileInfo fi, byte content ) : void
OnProjectClosed ( ) : void
OnProjectOpened ( string testProgramSetName ) : void
OnTestDescriptionCreated ( TestDescription td, string xml ) : void
OnTestDescriptionOpened ( TestDescription testdescription, string xml ) : void

비공개 메소드들

메소드 설명
ATMLTranslator ( ) : System
ATMLTranslator_ProjectClosed ( ) : void
ATMLTranslator_ProjectOpened ( string testProgramSetName ) : void
GetXSLReader ( string xslName ) : StringReader
LoadTestDescriptionFile ( string fileName ) : void
_navigator_SelectATMLTestDescription ( object sender, FileInfo e ) : void
_navigator_SelectSourceDocument ( object sender, FileInfo e ) : void
exeProcess_ErrorDataReceived ( object sender, DataReceivedEventArgs e ) : void
exeProcess_OutputDataReceived ( object sender, DataReceivedEventArgs e ) : void

메소드 상세

CompareTestDescriptionToSource() 공개 정적인 메소드

public static CompareTestDescriptionToSource ( string xmlTestDescription ) : void
xmlTestDescription string
리턴 void

IsNavigatable() 공개 메소드

public IsNavigatable ( ) : bool
리턴 bool

IsParsible() 공개 메소드

public IsParsible ( ) : bool
리턴 bool

OnAixmlParseCompleted() 보호된 메소드

protected OnAixmlParseCompleted ( ) : void
리턴 void

OnAixmlParseStarted() 보호된 메소드

protected OnAixmlParseStarted ( ) : void
리턴 void

OnAixmlTranslationCompleted() 보호된 메소드

protected OnAixmlTranslationCompleted ( string xmlTestDescription ) : void
xmlTestDescription string
리턴 void

OnAixmlTranslationStarted() 보호된 메소드

protected OnAixmlTranslationStarted ( ) : void
리턴 void

OnAtmlDocumentOpened() 보호된 메소드

protected OnAtmlDocumentOpened ( Document document ) : void
document Document
리턴 void

OnAtmlFileOpened() 보호된 메소드

protected OnAtmlFileOpened ( FileInfo fi, byte content ) : void
fi System.IO.FileInfo
content byte
리턴 void

OnDocumentParsed() 보호된 메소드

protected OnDocumentParsed ( TestDescription td, string xml ) : void
td ATMLModelLibrary.model.TestDescription
xml string
리턴 void

OnOpenSourceDocument() 보호된 메소드

protected OnOpenSourceDocument ( FileInfo fi, byte content ) : void
fi System.IO.FileInfo
content byte
리턴 void

OnProjectClosed() 보호된 메소드

protected OnProjectClosed ( ) : void
리턴 void

OnProjectOpened() 보호된 메소드

protected OnProjectOpened ( string testProgramSetName ) : void
testProgramSetName string
리턴 void

OnTestDescriptionCreated() 보호된 메소드

protected OnTestDescriptionCreated ( TestDescription td, string xml ) : void
td ATMLModelLibrary.model.TestDescription
xml string
리턴 void

OnTestDescriptionOpened() 보호된 메소드

protected OnTestDescriptionOpened ( TestDescription testdescription, string xml ) : void
testdescription ATMLModelLibrary.model.TestDescription
xml string
리턴 void

ParseSourceDocument() 공개 메소드

public ParseSourceDocument ( ) : void
리턴 void

SaveSourceDocument() 공개 메소드

public SaveSourceDocument ( ) : void
리턴 void

SetContent() 공개 메소드

public SetContent ( FileInfo fileInfo, byte content ) : void
fileInfo System.IO.FileInfo
content byte
리턴 void

SetContent() 공개 메소드

public SetContent ( byte content ) : void
content byte
리턴 void

SetNavigator() 공개 메소드

public SetNavigator ( ITranslatorNavigator navigator ) : void
navigator ITranslatorNavigator
리턴 void

TranslateAIXML() 공개 메소드

public TranslateAIXML ( ) : void
리턴 void

TranslateAIXMLDocument() 공개 메소드

public TranslateAIXMLDocument ( ) : void
리턴 void

프로퍼티 상세

SOURCE 공개적으로 정적으로 프로퍼티

public static string SOURCE
리턴 string