Property | Type | Description |
---|
Method | Description | |
---|---|---|
DontStop ( ) : void |
Unset the characters where we should stop.
|
|
Next ( ) : void |
Move to the next character in the parse stream.
|
|
Next ( bool dropLastNewLine ) : void |
Move to the next character in the parse stream.
|
|
ParseStream ( TextReader stream ) : System |
Constructor
|
|
StartLiteral ( ) : void |
Start parsing literal
|
|
StopAt ( Array characters ) : void |
Set the characters where we should stop.
|
|
StopAt ( char characters ) : void |
Set the characters where we should stop.
|
|
StopLiteral ( ) : void |
Stop parsing literal
|
public ParseStream ( TextReader stream ) : System | ||
stream | TextReader | |
return | System |