C# Class Microsoft.Xml.XmlCsvReader

Summary description for XmlCsvReader.
Inheritance: XmlReader
Datei anzeigen Open project: Dronacharya-Org/Dronacharya Class Usage Examples

Public Methods

Method Description
GetAttribute ( int i ) : string
GetAttribute ( string name ) : string
GetAttribute ( string name, string namespaceURI ) : string
LookupNamespace ( string prefix ) : string
MoveToAttribute ( string name ) : bool
MoveToAttribute ( string name, string ns ) : bool
MoveToAttribute ( int i ) : void
MoveToElement ( ) : bool
MoveToFirstAttribute ( ) : bool
MoveToNextAttribute ( ) : bool
Read ( ) : bool
ReadAttributeValue ( ) : bool
ReadContentAsString ( ) : string
ReadInnerXml ( ) : string
ReadOuterXml ( ) : string
ResolveEntity ( ) : void
XmlCsvReader ( ) : System

Construct XmlCsvReader. You must specify an HRef location or a TextReader before calling Read().

XmlCsvReader ( Stream input, Encoding encoding, Uri baseUri, XmlNameTable nametable ) : System

Construct an XmlCsvReader.

XmlCsvReader ( TextReader input, Uri baseUri, XmlNameTable nametable ) : System

Construct an XmlCsvReader.

this ( int i ) : string
this ( string name ) : string
this ( string name, string namespaceURI ) : string

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
GetOrdinal ( string name ) : int
Init ( ) : void
ReadColumnNames ( ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

GetAttribute() public method

public GetAttribute ( int i ) : string
i int
return string

GetAttribute() public method

public GetAttribute ( string name ) : string
name string
return string

GetAttribute() public method

public GetAttribute ( string name, string namespaceURI ) : string
name string
namespaceURI string
return string

LookupNamespace() public method

public LookupNamespace ( string prefix ) : string
prefix string
return string

MoveToAttribute() public method

public MoveToAttribute ( string name ) : bool
name string
return bool

MoveToAttribute() public method

public MoveToAttribute ( string name, string ns ) : bool
name string
ns string
return bool

MoveToAttribute() public method

public MoveToAttribute ( int i ) : void
i int
return void

MoveToElement() public method

public MoveToElement ( ) : bool
return bool

MoveToFirstAttribute() public method

public MoveToFirstAttribute ( ) : bool
return bool

MoveToNextAttribute() public method

public MoveToNextAttribute ( ) : bool
return bool

Read() public method

public Read ( ) : bool
return bool

ReadAttributeValue() public method

public ReadAttributeValue ( ) : bool
return bool

ReadContentAsString() public method

public ReadContentAsString ( ) : string
return string

ReadInnerXml() public method

public ReadInnerXml ( ) : string
return string

ReadOuterXml() public method

public ReadOuterXml ( ) : string
return string

ResolveEntity() public method

public ResolveEntity ( ) : void
return void

XmlCsvReader() public method

Construct XmlCsvReader. You must specify an HRef location or a TextReader before calling Read().
public XmlCsvReader ( ) : System
return System

XmlCsvReader() public method

Construct an XmlCsvReader.
public XmlCsvReader ( Stream input, Encoding encoding, Uri baseUri, XmlNameTable nametable ) : System
input Stream The .csv input stream
encoding System.Text.Encoding
baseUri System.Uri The base URI of the .csv.
nametable System.Xml.XmlNameTable The nametable to use for atomizing element names
return System

XmlCsvReader() public method

Construct an XmlCsvReader.
public XmlCsvReader ( TextReader input, Uri baseUri, XmlNameTable nametable ) : System
input TextReader The .csv input text reader
baseUri System.Uri The base URI of the .csv.
nametable System.Xml.XmlNameTable The nametable to use for atomizing element names
return System

this() public method

public this ( int i ) : string
i int
return string

this() public method

public this ( string name ) : string
name string
return string

this() public method

public this ( string name, string namespaceURI ) : string
name string
namespaceURI string
return string