Class Ecrion.Ultrascale.IDataSource

Top Previous Topic Next Topic  Print this topic

IDataSource is an interface for any data source that can provide XML data. Two implementations of this interface are provided: DASDataSource and XmlDataSource.

 

Methods

 

Name

Description

GetData

Returns the XML data.

GetDataFormat

Returns the XML input format.

 

GetData

Retrieves the data as XML. Returns a stream containing well formed XML data.

 

 

       virtual Stream* getData() = 0;

 

                       

GetDataFormat

 

Returns the input format specified by you.

 

 

       virtual Ecrion::Ultrascale::InputFormat getDataFormat() = 0;