Parse the input stream and produce the next parsing event.
Call the function subsequently to produce a sequence of events corresponding to the input stream. The initial event has the type
YAML_STREAM_START_EVENT while the ending event has the type YAML_STREAM_END_EVENT.
An application must not alternate the calls of yaml_parser_parse() with the calls of yaml_parser_scan() or yaml_parser_load(). Doing this will break the parser.
| event |
An empty event object. |
|
|