Uses of Package
org.yaml.snakeyaml.scanner
Packages that use org.yaml.snakeyaml.scanner
-
Classes in org.yaml.snakeyaml.scanner used by org.yaml.snakeyaml.parser
-
Classes in org.yaml.snakeyaml.scanner used by org.yaml.snakeyaml.scannerClassDescriptionKeep constantsThis interface represents an input stream of
Token
s.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.Chomping the tail may have 3 values - yes, no, not defined.Simple keys treatment.