C# Class xstream.XReader

Inheritance: XStreamReader
Afficher le fichier Open project: srushti/xstream.net Class Usage Examples

Méthodes publiques

Méthode Description
GetAttribute ( string attributeName ) : string
GetNodeName ( ) : string
GetValue ( ) : string
MoveDown ( ) : bool
MoveDown ( string name ) : bool
MoveNext ( ) : bool
MoveUp ( ) : void
NoOfChildren ( ) : int
PeekType ( ) : string
XReader ( string s ) : System.IO

Method Details

GetAttribute() public méthode

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

GetNodeName() public méthode

public GetNodeName ( ) : string
Résultat string

GetValue() public méthode

public GetValue ( ) : string
Résultat string

MoveDown() public méthode

public MoveDown ( ) : bool
Résultat bool

MoveDown() public méthode

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

MoveNext() public méthode

public MoveNext ( ) : bool
Résultat bool

MoveUp() public méthode

public MoveUp ( ) : void
Résultat void

NoOfChildren() public méthode

public NoOfChildren ( ) : int
Résultat int

PeekType() public méthode

public PeekType ( ) : string
Résultat string

XReader() public méthode

public XReader ( string s ) : System.IO
s string
Résultat System.IO