YamlDotNet.Core : YamlDotNet.Core Namespace

Scanner Class

Converts a sequence of characters into a sequence of YAML tokens.

public class Scanner

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: YamlDotNet.Core
Assembly: YamlDotNet.Core (in YamlDotNet.Core.dll)
Assembly Versions: 0.2.3385.42326

Members

See Also: Inherited members from object.

Public Constructors

Initializes a new instance of the YamlDotNet.Core.Scanner class.

Public Properties

[read-only]
Current YamlDotNet.Core.Tokens.Token . Gets the current token.
[read-only]
CurrentPosition Mark . Gets the current position inside the input stream.

Public Methods

MoveNext () : bool
Moves to the next token.

Member Details

Scanner Constructor

Initializes a new instance of the YamlDotNet.Core.Scanner class.

public Scanner (System.IO.TextReader input)

Parameters

input
The input.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: YamlDotNet.Core
Assembly: YamlDotNet.Core (in YamlDotNet.Core.dll)
Assembly Versions: 0.2.3385.42326

Current Property

Gets the current token.

public YamlDotNet.Core.Tokens.Token Current { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: YamlDotNet.Core
Assembly: YamlDotNet.Core (in YamlDotNet.Core.dll)
Assembly Versions: 0.2.3385.42326

CurrentPosition Property

Gets the current position inside the input stream.

public Mark CurrentPosition { get; }

Value

The current position.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: YamlDotNet.Core
Assembly: YamlDotNet.Core (in YamlDotNet.Core.dll)
Assembly Versions: 0.2.3385.42326

MoveNext Method

Moves to the next token.

public bool MoveNext ()

Returns

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: YamlDotNet.Core
Assembly: YamlDotNet.Core (in YamlDotNet.Core.dll)
Assembly Versions: 0.2.3385.42326