C# Class ATML1671Reader.reader.ATMLReader

Datei anzeigen Open project: UtrsSoftware/ATMLWorkBench Class Usage Examples

Public Properties

Property Type Description
SOURCE string

Public Methods

Method Description
ATMLReader ( IReaderNavigator navigator ) : System
IsNavigatable ( ) : bool
IsParsible ( ) : bool
OpenReaderDocument ( ) : void
SetContent ( FileInfo fileInfo, byte content ) : void
TranslateInputDocument ( ) : void

Protected Methods

Method Description
OnAtmlFileOpened ( Document document ) : void
OnAtmlFileOpened ( FileInfo fi, byte content ) : void
OnBeginOpenDocument ( ) : void
OnNavigatableInputDocument ( ) : void
OnOpenInputDocument ( FileInfo fileInfo, byte content ) : void
OnParseableInputDocument ( ) : void
OnProjectClosed ( ) : void
OnProjectOpened ( string testProgramSetName ) : void
OnTranslatedInputDocument ( TestConfiguration15 testConfiguration ) : void

Private Methods

Method Description
ATMLReader_ProjectClosed ( ) : void
ATMLReader_ProjectOpened ( string testProgramSetName ) : void
GetTPSName ( ) : string
GetXSLReader ( string xslName ) : StringReader
LoadConfigFile ( string fileName ) : void
OpenInputFile ( FileInfo &fileInfo, byte &content ) : bool
_navigator_SelectATMLTestConfiguration ( object sender, FileInfo e ) : void
_navigator_SelectReaderDocument ( object sender, FileInfo e, byte data ) : void

Method Details

ATMLReader() public method

public ATMLReader ( IReaderNavigator navigator ) : System
navigator IReaderNavigator
return System

IsNavigatable() public method

public IsNavigatable ( ) : bool
return bool

IsParsible() public method

public IsParsible ( ) : bool
return bool

OnAtmlFileOpened() protected method

protected OnAtmlFileOpened ( Document document ) : void
document Document
return void

OnAtmlFileOpened() protected method

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

OnBeginOpenDocument() protected method

protected OnBeginOpenDocument ( ) : void
return void

OnNavigatableInputDocument() protected method

protected OnNavigatableInputDocument ( ) : void
return void

OnOpenInputDocument() protected method

protected OnOpenInputDocument ( FileInfo fileInfo, byte content ) : void
fileInfo System.IO.FileInfo
content byte
return void

OnParseableInputDocument() protected method

protected OnParseableInputDocument ( ) : void
return void

OnProjectClosed() protected method

protected OnProjectClosed ( ) : void
return void

OnProjectOpened() protected method

protected OnProjectOpened ( string testProgramSetName ) : void
testProgramSetName string
return void

OnTranslatedInputDocument() protected method

protected OnTranslatedInputDocument ( TestConfiguration15 testConfiguration ) : void
testConfiguration ATMLModelLibrary.model.common.TestConfiguration15
return void

OpenReaderDocument() public method

public OpenReaderDocument ( ) : void
return void

SetContent() public method

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

TranslateInputDocument() public method

public TranslateInputDocument ( ) : void
return void

Property Details

SOURCE public_oe static_oe property

public static string SOURCE
return string