C# Class Microsoft.Xml.XmlCsvReader

Summary description for XmlCsvReader.
Inheritance: XmlReader
Afficher le fichier Open project: Dronacharya-Org/Dronacharya Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
GetOrdinal ( string name ) : int
Init ( ) : void
ReadColumnNames ( ) : void

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

GetAttribute() public méthode

public GetAttribute ( int i ) : string
i int
Résultat string

GetAttribute() public méthode

public GetAttribute ( string name ) : string
name string
Résultat string

GetAttribute() public méthode

public GetAttribute ( string name, string namespaceURI ) : string
name string
namespaceURI string
Résultat string

LookupNamespace() public méthode

public LookupNamespace ( string prefix ) : string
prefix string
Résultat string

MoveToAttribute() public méthode

public MoveToAttribute ( string name ) : bool
name string
Résultat bool

MoveToAttribute() public méthode

public MoveToAttribute ( string name, string ns ) : bool
name string
ns string
Résultat bool

MoveToAttribute() public méthode

public MoveToAttribute ( int i ) : void
i int
Résultat void

MoveToElement() public méthode

public MoveToElement ( ) : bool
Résultat bool

MoveToFirstAttribute() public méthode

public MoveToFirstAttribute ( ) : bool
Résultat bool

MoveToNextAttribute() public méthode

public MoveToNextAttribute ( ) : bool
Résultat bool

Read() public méthode

public Read ( ) : bool
Résultat bool

ReadAttributeValue() public méthode

public ReadAttributeValue ( ) : bool
Résultat bool

ReadContentAsString() public méthode

public ReadContentAsString ( ) : string
Résultat string

ReadInnerXml() public méthode

public ReadInnerXml ( ) : string
Résultat string

ReadOuterXml() public méthode

public ReadOuterXml ( ) : string
Résultat string

ResolveEntity() public méthode

public ResolveEntity ( ) : void
Résultat void

XmlCsvReader() public méthode

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

XmlCsvReader() public méthode

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
Résultat System

XmlCsvReader() public méthode

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
Résultat System

this() public méthode

public this ( int i ) : string
i int
Résultat string

this() public méthode

public this ( string name ) : string
name string
Résultat string

this() public méthode

public this ( string name, string namespaceURI ) : string
name string
namespaceURI string
Résultat string