Метод | Описание | |
---|---|---|
CharacterReader ( |
||
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 |
public CharacterReader ( |
||
reader | ||
Результат | System |
public CharacterReader ( string html ) : System | ||
html | string | |
Результат | System |
public IsNextCharacterForwardSlash ( ) : bool | ||
Результат | bool |
public IsNextCharacterPercentSign ( ) : bool | ||
Результат | bool |
public ReadCharacters ( int howMany ) : void | ||
howMany | int | |
Результат | void |