ParseStream Constructor
|
Constructor |
Char | Missing <summary> documentation for P:Yaml.ParseStream.Char |
CurrentLine (inherited from Preprocessor) | Returns the current line number |
EOF | Missing <summary> documentation for P:Yaml.ParseStream.EOF |
Literal (inherited from Preprocessor) | Literal parsing |
BuildLookaheadBuffer (inherited from MultiBufferStream) | Destroy the current buffer |
DestroyLookaheadBuffer (inherited from MultiBufferStream) | Destroy the current buffer |
DontStop | Missing <summary> documentation for M:Yaml.ParseStream.DontStop |
Equals (inherited from Object) | |
GetHashCode (inherited from Object) | |
GetType (inherited from Object) | |
Indent (inherited from IndentationProcessor) | Request an indentation. When we meet a \n and the following line is more indented then the current indentationlever, then save this request |
Next | Overloaded. Goes to the next char in the stream |
RewindLookaheadBuffer (inherited from MultiBufferStream) | Rewind the current buffer |
SkipSpaces (inherited from DropTrailingNewline) | Skip space characters |
StartLiteral | Missing <summary> documentation for M:Yaml.ParseStream.StartLiteral |
StopAt | Missing <summary> documentation for M:Yaml.ParseStream.StopAt(System.Char[]) |
StopLiteral | Missing <summary> documentation for M:Yaml.ParseStream.StopLiteral |
ToString (inherited from Object) | |
UnIndent (inherited from IndentationProcessor) | Cancel the last indentation |
UsingBuffer (inherited from BufferStream) | Returns true when using a buffer |
LookaheadPosition (inherited from BufferStream) | Current position in the lookahead buffer |
Finalize (inherited from Object) | |
MemberwiseClone (inherited from Object) |
stopstack | Missing <summary> documentation for F:Yaml.ParseStream.stopstack |
StopNow | Missing <summary> documentation for P:Yaml.ParseStream.StopNow |
ParseStream Class | Yaml Namespace