Class StreamStartEvent
java.lang.Object
org.yaml.snakeyaml.events.Event
org.yaml.snakeyaml.events.StreamStartEvent
Marks the start of a stream that might contain multiple documents.
This event is the first event that a parser emits. Together with StreamEndEvent (which is
the last event a parser emits) they mark the beginning and the end of a stream of documents.
See Event for an exemplary output.
-
Nested Class Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Event
equals, getArguments, getEndMark, getStartMark, hashCode, is, toString
-
Constructor Details
-
StreamStartEvent
-
-
Method Details
-
getEventId
Description copied from class:EventGet the type (kind) if this Event- Specified by:
getEventIdin classEvent- Returns:
- the ID of this Event
-