XmlDataFrame Methods |
The XmlDataFrame type exposes the following members.
Name | Description | |
---|---|---|
![]() | checkForErrors |
Check if the input has errors. If so throw an error
|
![]() | Equals | (Inherited from Object.) |
![]() | ErrorOnFetch | |
![]() | getCellAt |
Get the datapoint at the given row and column
|
![]() | getColumnAsDoubles |
Throws error. XmlDataFrames only have string type columns
|
![]() | getColumnAsStrings |
Returns all datapoints in a column as strings
|
![]() | getColumnForIndexAsMatlabString(Int32, String, String) |
Method used by FactSetOnDemand MATLAB integration, not recommended for toolkit use
|
![]() | getColumnForIndexAsMatlabString(String, Int32, String, String) |
Return a whole column of dataitem values for the given index in a string formatted for matlab parsing. Not recommended for toolkit use
|
![]() | getColumnNames |
Returns the names of the columns of the parsed dataframe
|
![]() | getColumnTypes |
Get the types of the columns of data
|
![]() | getColumnTypesAsStrings | |
![]() | getError |
Return exception that happened during parse
|
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | getIndices |
Return the indices associated with the parsed results
|
![]() | getInput | |
![]() | getNumberOfColumns |
Get number of columns
|
![]() | getNumberOfRows |
Get number of rows
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | hasError |
Returns true if an exception happened during parse
|
![]() | isDoneParsing |
Returns true when this dataframe is done parsing
|
![]() | IsMatrixData |
Returns false. Here to fulfill the datatable interface.
|
![]() | MarkException |
Store an exception that has happened during parsing for future examination
|
![]() | Parse |
Parse the input using the strategy provided in the constructor after checking the input for errors
|
![]() | receiveData | |
![]() | ReceiveData | |
![]() | throwErrorIfAnyIsPresent |
Throw first error that happened during parse
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |