C# Class xstream.XReader

Inheritance: XStreamReader
Mostra file Open project: srushti/xstream.net Class Usage Examples

Public Methods

Method 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 method

public GetAttribute ( string attributeName ) : string
attributeName string
return string

GetNodeName() public method

public GetNodeName ( ) : string
return string

GetValue() public method

public GetValue ( ) : string
return string

MoveDown() public method

public MoveDown ( ) : bool
return bool

MoveDown() public method

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

MoveNext() public method

public MoveNext ( ) : bool
return bool

MoveUp() public method

public MoveUp ( ) : void
return void

NoOfChildren() public method

public NoOfChildren ( ) : int
return int

PeekType() public method

public PeekType ( ) : string
return string

XReader() public method

public XReader ( string s ) : System.IO
s string
return System.IO