Token model produced by the YAML scanner.
AnchorRepresents an anchor token.AnchorAliasRepresents an alias token.BlockEndRepresents a block end token.BlockEntryRepresents a block entry event.BlockMappingStartRepresents a block mapping start token.BlockSequenceStartRepresents a block sequence start token.DocumentEndRepresents a document end token.DocumentStartRepresents a document start token.FlowEntryRepresents a flow entry event.FlowMappingEndRepresents a flow mapping end token.FlowMappingStartRepresents a flow mapping start token.FlowSequenceEndRepresents a flow sequence end token.FlowSequenceStartRepresents a flow sequence start token.KeyRepresents a key token.ScalarRepresents a scalar token.StreamEndRepresents a stream end event.StreamStartRepresents a stream start token.TagRepresents a tag token.TagDirectiveRepresents a tag directive token.TokenBase class for YAML tokens.ValueRepresents a value token.VersionDirectiveRepresents a version directive token.Tokens are the lowest-level representation of YAML input, produced by the scanner and consumed by the parser. These APIs are useful for advanced scenarios such as custom parsing, tooling, or debugging.