public interface Parser
Events.
The parser and the scanner form together the 'Parse' step in the loading process (see chapter 3.1 of the YAML Specification).
Eventboolean checkEvent(Event.ID choice)
choice - Event ID.true if the next event can be assigned to a variable
of the given type. Returns false if no more events
are available.ParserException - Thrown in case of malformed input.Event peekEvent()
getEvent()ParserException - Thrown in case of malformed input.Event getEvent()
The event will be removed from the stream.
ParserException - Thrown in case of malformed input.Copyright © 2008–2021. All rights reserved.