Yaml .NET Parser

DropTrailingNewline Members

DropTrailingNewline overview

Public Instance Constructors

DropTrailingNewline Constructor Constructor

Public Instance Properties

Char The current character
CurrentLine (inherited from Preprocessor) Returns the current line number
EOF End of File/Stream
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
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. Move to the next character in the parse stream.
RewindLookaheadBuffer (inherited from MultiBufferStream) Rewind the current buffer
SkipSpaces Skip space characters
StartLiteral (inherited from Preprocessor) Start parsing literal
StopLiteral (inherited from Preprocessor) Stop parsing literal
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

newlineMissing <summary> documentation for F:Yaml.DropTrailingNewline.newline

See Also

DropTrailingNewline Class | Yaml Namespace