Click or drag to resize
XmlRecordReader Class
Inheritance Hierarchy

Namespace: DataStreams.Xml
Assembly: DataStreams (in DataStreams.dll) Version: 5.20.0.0
Syntax
public class XmlRecordReader : ReaderBase

The XmlRecordReader type exposes the following members.

Constructors
  NameDescription
Public methodXmlRecordReader(TextReader, String)
Initializes a new instance of the XmlRecordReader class
Public methodXmlRecordReader(String, String)
Initializes a new instance of the XmlRecordReader class
Public methodXmlRecordReader(Stream, Encoding, String)
Initializes a new instance of the XmlRecordReader class
Public methodXmlRecordReader(TextReader, String, LoadMethod)
Initializes a new instance of the XmlRecordReader class
Public methodXmlRecordReader(String, String, LoadMethod)
Initializes a new instance of the XmlRecordReader class
Public methodXmlRecordReader(Stream, Encoding, String, LoadMethod)
Initializes a new instance of the XmlRecordReader class
Top
Methods
  NameDescription
Public methodAddNamespace
Public methodClose
Closes and releases all related resources.
(Inherited from ReaderBase.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodEvaluate
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Public methodStatic memberParse
Public methodReadRecord
Public methodReadToEnd
Reads till the end of the xml data.
Public methodReadToEnd(UInt64)
Reads till the end of the xml data.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyColumns
Public propertyCurrentRecord
The index of the current record.
(Inherited from ReaderBase.)
Public propertyItemInt32
Returns the current column value for a given column index.
(Inherited from ReaderBase.)
Public propertyItemString
Public propertySettings
Has all the options that are able to be set that will affect the way records are parsed.
Public propertyValues
Returns the columns values for the current record as a string array.
(Inherited from ReaderBase.)
Top
See Also