| Package | Description |
|---|---|
| org.snakeyaml.engine.v2.parser | |
| org.snakeyaml.engine.v2.scanner |
| Modifier and Type | Field and Description |
|---|---|
protected Scanner |
ParserImpl.scanner |
| Constructor and Description |
|---|
ParserImpl(LoadSettings settings,
Scanner scanner) |
ParserImpl(Scanner scanner,
LoadSettings settings)
Deprecated.
use the other constructor with LoadSettings first
|
| Modifier and Type | Class and Description |
|---|---|
class |
ScannerImpl
Scanner produces tokens of the following types:
STREAM-START
STREAM-END
COMMENT
DIRECTIVE(name, value)
DOCUMENT-START
DOCUMENT-END
BLOCK-SEQUENCE-START
BLOCK-MAPPING-START
BLOCK-END
FLOW-SEQUENCE-START
FLOW-MAPPING-START
FLOW-SEQUENCE-END
FLOW-MAPPING-END
BLOCK-ENTRY
FLOW-ENTRY
KEY
VALUE
ALIAS(value)
ANCHOR(value)
TAG(value)
SCALAR(value, plain, style)
Read comments in the Scanner code for more details.
|
Copyright © 2018–2022. All rights reserved.