Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
OnCharacterRead ( ) : void |
Method | Description | |
---|---|---|
HasMoreCharactersToRead ( ) : bool |
public CharacterReader ( |
||
reader | ||
return | System |
public CharacterReader ( string html ) : System | ||
html | string | |
return | System |
public IsNextCharacterForwardSlash ( ) : bool | ||
return | bool |