Yaml .NET Parser

ParseStream Members

ParseStream overview

Public Instance Constructors

ParseStream Constructor Constructor

Public Instance Properties

CharMissing <summary> documentation for P:Yaml.ParseStream.Char
CurrentLine (inherited from Preprocessor) Returns the current line number
EOFMissing <summary> documentation for P:Yaml.ParseStream.EOF
Literal (inherited from Preprocessor) Literal parsing

Public Instance Methods

BuildLookaheadBuffer (inherited from MultiBufferStream) Destroy the current buffer
DestroyLookaheadBuffer (inherited from MultiBufferStream) Destroy the current buffer
DontStopMissing <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
NextOverloaded. Goes to the next char in the stream
RewindLookaheadBuffer (inherited from MultiBufferStream) Rewind the current buffer
SkipSpaces (inherited from DropTrailingNewline) Skip space characters
StartLiteralMissing <summary> documentation for M:Yaml.ParseStream.StartLiteral
StopAtMissing <summary> documentation for M:Yaml.ParseStream.StopAt(System.Char[])
StopLiteralMissing <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

Protected Instance Properties

LookaheadPosition (inherited from BufferStream) Current position in the lookahead buffer

Protected Instance Methods

Finalize (inherited from Object) 
MemberwiseClone (inherited from Object) 

Private Instance Fields

stopstackMissing <summary> documentation for F:Yaml.ParseStream.stopstack

Private Instance Properties

StopNowMissing <summary> documentation for P:Yaml.ParseStream.StopNow

See Also

ParseStream Class | Yaml Namespace