XmlRecordReader Class |
Namespace: DataStreams.Xml
The XmlRecordReader type exposes the following members.
Name | Description | |
---|---|---|
XmlRecordReader(TextReader, String) | Initializes a new instance of the XmlRecordReader class | |
XmlRecordReader(String, String) | Initializes a new instance of the XmlRecordReader class | |
XmlRecordReader(Stream, Encoding, String) | Initializes a new instance of the XmlRecordReader class | |
XmlRecordReader(TextReader, String, LoadMethod) | Initializes a new instance of the XmlRecordReader class | |
XmlRecordReader(String, String, LoadMethod) | Initializes a new instance of the XmlRecordReader class | |
XmlRecordReader(Stream, Encoding, String, LoadMethod) | Initializes a new instance of the XmlRecordReader class |
Name | Description | |
---|---|---|
AddNamespace | ||
Close |
Closes and releases all related resources.
(Inherited from ReaderBase.) | |
Equals | (Inherited from Object.) | |
Evaluate | ||
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the type of the current instance. (Inherited from Object.) | |
Parse | ||
ReadRecord | (Overrides ReaderBaseReadRecord.) | |
ReadToEnd |
Reads till the end of the xml data.
| |
ReadToEnd(UInt64) |
Reads till the end of the xml data.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
Columns | ||
CurrentRecord |
The index of the current record.
(Inherited from ReaderBase.) | |
ItemInt32 |
Returns the current column value for a given column index.
(Inherited from ReaderBase.) | |
ItemString | ||
Settings |
Has all the options that are able to be set that will affect the way
records are parsed.
| |
Values |
Returns the columns values for the current record as a string array.
(Inherited from ReaderBase.) |