C# 클래스 xstream.XReader

상속: XStreamReader
파일 보기 프로젝트 열기: srushti/xstream.net 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

GetAttribute() 공개 메소드

public GetAttribute ( string attributeName ) : string
attributeName string
리턴 string

GetNodeName() 공개 메소드

public GetNodeName ( ) : string
리턴 string

GetValue() 공개 메소드

public GetValue ( ) : string
리턴 string

MoveDown() 공개 메소드

public MoveDown ( ) : bool
리턴 bool

MoveDown() 공개 메소드

public MoveDown ( string name ) : bool
name string
리턴 bool

MoveNext() 공개 메소드

public MoveNext ( ) : bool
리턴 bool

MoveUp() 공개 메소드

public MoveUp ( ) : void
리턴 void

NoOfChildren() 공개 메소드

public NoOfChildren ( ) : int
리턴 int

PeekType() 공개 메소드

public PeekType ( ) : string
리턴 string

XReader() 공개 메소드

public XReader ( string s ) : System.IO
s string
리턴 System.IO