Scanner Impl
Scanner produces tokens of the following types:
STREAM-STARTSTREAM-ENDCOMMENTDIRECTIVE(name, value)DOCUMENT-STARTDOCUMENT-ENDBLOCK-SEQUENCE-STARTBLOCK-MAPPING-STARTBLOCK-ENDFLOW-SEQUENCE-STARTFLOW-MAPPING-STARTFLOW-SEQUENCE-ENDFLOW-MAPPING-ENDBLOCK-ENTRYFLOW-ENTRYKEYVALUEALIAS(value)ANCHOR(value)TAG(value)SCALAR(value, plain, style)
Read comments in the Scanner code for more details.