C# Class RazorPad.UI.Editors.Folding.CharacterReader

Show file Open project: RazorPad/RazorPad Class Usage Examples

Public Methods

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

Protected Methods

Method Description
OnCharacterRead ( ) : void

Private Methods

Method Description
HasMoreCharactersToRead ( ) : bool

Method Details

CharacterReader() public method

public CharacterReader ( TextReader reader ) : System
reader System.IO.TextReader
return System

CharacterReader() public method

public CharacterReader ( string html ) : System
html string
return System

IsColon() public method

public IsColon ( ) : bool
return bool

IsDoubleQuote() public method

public IsDoubleQuote ( ) : bool
return bool

IsForwardSlash() public method

public IsForwardSlash ( ) : bool
return bool

IsGreaterThanSign() public method

public IsGreaterThanSign ( ) : bool
return bool

IsLessThanSign() public method

public IsLessThanSign ( ) : bool
return bool

IsLetterOrDigit() public method

public IsLetterOrDigit ( ) : bool
return bool

IsLineFeed() public method

public IsLineFeed ( ) : bool
return bool

IsNextCharacterForwardSlash() public method

public IsNextCharacterForwardSlash ( ) : bool
return bool

IsNextCharacterPercentSign() public method

public IsNextCharacterPercentSign ( ) : bool
return bool

IsSingleQuote() public method

public IsSingleQuote ( ) : bool
return bool

IsSpace() public method

public IsSpace ( ) : bool
return bool

OnCharacterRead() protected method

protected OnCharacterRead ( ) : void
return void

Read() public method

public Read ( ) : bool
return bool

ReadCharacters() public method

public ReadCharacters ( int howMany ) : void
howMany int
return void