C# 클래스 RazorPad.UI.Editors.Folding.CharacterReader

파일 보기 프로젝트 열기: RazorPad/RazorPad 1 사용 예제들

공개 메소드들

메소드 설명
CharacterReader ( TextReader reader ) : System
CharacterReader ( string html ) : System
IsColon ( ) : bool
IsDoubleQuote ( ) : bool
IsForwardSlash ( ) : bool
IsGreaterThanSign ( ) : bool
IsLessThanSign ( ) : bool
IsLetterOrDigit ( ) : bool
IsLineFeed ( ) : bool
IsNextCharacterForwardSlash ( ) : bool
IsNextCharacterPercentSign ( ) : bool
IsSingleQuote ( ) : bool
IsSpace ( ) : bool
Read ( ) : bool
ReadCharacters ( int howMany ) : void

보호된 메소드들

메소드 설명
OnCharacterRead ( ) : void

비공개 메소드들

메소드 설명
HasMoreCharactersToRead ( ) : bool

메소드 상세

CharacterReader() 공개 메소드

public CharacterReader ( TextReader reader ) : System
reader System.IO.TextReader
리턴 System

CharacterReader() 공개 메소드

public CharacterReader ( string html ) : System
html string
리턴 System

IsColon() 공개 메소드

public IsColon ( ) : bool
리턴 bool

IsDoubleQuote() 공개 메소드

public IsDoubleQuote ( ) : bool
리턴 bool

IsForwardSlash() 공개 메소드

public IsForwardSlash ( ) : bool
리턴 bool

IsGreaterThanSign() 공개 메소드

public IsGreaterThanSign ( ) : bool
리턴 bool

IsLessThanSign() 공개 메소드

public IsLessThanSign ( ) : bool
리턴 bool

IsLetterOrDigit() 공개 메소드

public IsLetterOrDigit ( ) : bool
리턴 bool

IsLineFeed() 공개 메소드

public IsLineFeed ( ) : bool
리턴 bool

IsNextCharacterForwardSlash() 공개 메소드

public IsNextCharacterForwardSlash ( ) : bool
리턴 bool

IsNextCharacterPercentSign() 공개 메소드

public IsNextCharacterPercentSign ( ) : bool
리턴 bool

IsSingleQuote() 공개 메소드

public IsSingleQuote ( ) : bool
리턴 bool

IsSpace() 공개 메소드

public IsSpace ( ) : bool
리턴 bool

OnCharacterRead() 보호된 메소드

protected OnCharacterRead ( ) : void
리턴 void

Read() 공개 메소드

public Read ( ) : bool
리턴 bool

ReadCharacters() 공개 메소드

public ReadCharacters ( int howMany ) : void
howMany int
리턴 void