Interface 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.

 

 

       java.io.InputStream GetData()

 

                       

GetDataFormat

 

Returns the input format specified by the user.

 

 

       int GetDataFormat()