Class CodeReader
- Namespace
- ScrapySharp.Html.Parsing
- Assembly
- ScrapySharp.dll
- Inheritance
-
CodeReader
- Inherited Members
-
Constructors
CodeReader(string)
public CodeReader(string sourceCode)
Parameters
sourceCode
string
Properties
End
Property Value
- bool
LineNumber
public int LineNumber { get; }
Property Value
- int
LinePosition
public int LinePosition { get; }
Property Value
- int
MaxWordCount
public int MaxWordCount { get; }
Property Value
- int
Methods
GetNextChar()
public char GetNextChar()
Returns
- char
GetPreviousChar()
public char GetPreviousChar()
Returns
- char
IsLetterOrDigit(char)
public bool IsLetterOrDigit(char c)
Parameters
c
char
Returns
- bool
ReadChar()
Returns
- char
ReadWord()
Returns
- Word