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.
public Stream GetData()
Returns the input format specified by the user.
public Engine.InputFormat GetDataFormat()