C# Class ATML1671Translator.translator.ATMLTranslator

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

Méthodes publiques

Свойство Type Description
SOURCE string

Méthodes publiques

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

Méthodes protégées

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

Private Methods

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

Method Details

CompareTestDescriptionToSource() public static méthode

public static CompareTestDescriptionToSource ( string xmlTestDescription ) : void
xmlTestDescription string
Résultat void

IsNavigatable() public méthode

public IsNavigatable ( ) : bool
Résultat bool

IsParsible() public méthode

public IsParsible ( ) : bool
Résultat bool

OnAixmlParseCompleted() protected méthode

protected OnAixmlParseCompleted ( ) : void
Résultat void

OnAixmlParseStarted() protected méthode

protected OnAixmlParseStarted ( ) : void
Résultat void

OnAixmlTranslationCompleted() protected méthode

protected OnAixmlTranslationCompleted ( string xmlTestDescription ) : void
xmlTestDescription string
Résultat void

OnAixmlTranslationStarted() protected méthode

protected OnAixmlTranslationStarted ( ) : void
Résultat void

OnAtmlDocumentOpened() protected méthode

protected OnAtmlDocumentOpened ( Document document ) : void
document Document
Résultat void

OnAtmlFileOpened() protected méthode

protected OnAtmlFileOpened ( FileInfo fi, byte content ) : void
fi System.IO.FileInfo
content byte
Résultat void

OnDocumentParsed() protected méthode

protected OnDocumentParsed ( TestDescription td, string xml ) : void
td ATMLModelLibrary.model.TestDescription
xml string
Résultat void

OnOpenSourceDocument() protected méthode

protected OnOpenSourceDocument ( FileInfo fi, byte content ) : void
fi System.IO.FileInfo
content byte
Résultat void

OnProjectClosed() protected méthode

protected OnProjectClosed ( ) : void
Résultat void

OnProjectOpened() protected méthode

protected OnProjectOpened ( string testProgramSetName ) : void
testProgramSetName string
Résultat void

OnTestDescriptionCreated() protected méthode

protected OnTestDescriptionCreated ( TestDescription td, string xml ) : void
td ATMLModelLibrary.model.TestDescription
xml string
Résultat void

OnTestDescriptionOpened() protected méthode

protected OnTestDescriptionOpened ( TestDescription testdescription, string xml ) : void
testdescription ATMLModelLibrary.model.TestDescription
xml string
Résultat void

ParseSourceDocument() public méthode

public ParseSourceDocument ( ) : void
Résultat void

SaveSourceDocument() public méthode

public SaveSourceDocument ( ) : void
Résultat void

SetContent() public méthode

public SetContent ( FileInfo fileInfo, byte content ) : void
fileInfo System.IO.FileInfo
content byte
Résultat void

SetContent() public méthode

public SetContent ( byte content ) : void
content byte
Résultat void

SetNavigator() public méthode

public SetNavigator ( ITranslatorNavigator navigator ) : void
navigator ITranslatorNavigator
Résultat void

TranslateAIXML() public méthode

public TranslateAIXML ( ) : void
Résultat void

TranslateAIXMLDocument() public méthode

public TranslateAIXMLDocument ( ) : void
Résultat void

Property Details

SOURCE public_oe static_oe property

public static string SOURCE
Résultat string