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 |
Returns the XML data. |
|
Returns the XML input format. |
Retrieves the data as XML. Returns a stream containing well formed XML data.
virtual Stream* getData() = 0;
Returns the input format specified by you.
virtual Ecrion::Ultrascale::InputFormat getDataFormat() = 0;