C# 클래스 Tidy.Core.StreamIn

Input Stream (c) 1998-2000 (W3C) MIT, INRIA, Keio University Derived from HTML Tidy Release 4 Aug 2000
파일 보기 프로젝트 열기: r1pper/TidyNetPortable 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Character int
CursorColumn int
CursorLine int
Encoding CharEncoding
EndOfStream bool
LastColumn int
Lexer object
Pushed bool
State int
Stream System.IO.Stream
TabSize int
Tabs int

공개 메소드들

메소드 설명
ReadChar ( ) : int
ReadCharFromStream ( ) : int
UngetChar ( int c ) : void

메소드 상세

ReadChar() 공개 추상적인 메소드

public abstract ReadChar ( ) : int
리턴 int

ReadCharFromStream() 공개 추상적인 메소드

public abstract ReadCharFromStream ( ) : int
리턴 int

UngetChar() 공개 추상적인 메소드

public abstract UngetChar ( int c ) : void
c int
리턴 void

프로퍼티 상세

Character 공개적으로 프로퍼티

public int Character
리턴 int

CursorColumn 공개적으로 프로퍼티

public int CursorColumn
리턴 int

CursorLine 공개적으로 프로퍼티

public int CursorLine
리턴 int

Encoding 공개적으로 프로퍼티

public CharEncoding Encoding
리턴 CharEncoding

EndOfStream 공개적으로 프로퍼티

public bool EndOfStream
리턴 bool

LastColumn 공개적으로 프로퍼티

public int LastColumn
리턴 int

Lexer 공개적으로 프로퍼티

public object Lexer
리턴 object

Pushed 공개적으로 프로퍼티

public bool Pushed
리턴 bool

State 공개적으로 프로퍼티

public int State
리턴 int

Stream 공개적으로 프로퍼티

public Stream,System.IO Stream
리턴 System.IO.Stream

TabSize 공개적으로 프로퍼티

public int TabSize
리턴 int

Tabs 공개적으로 프로퍼티

public int Tabs
리턴 int