Package org.yaml.snakeyaml.events
Class DocumentEndEvent
java.lang.Object
org.yaml.snakeyaml.events.Event
org.yaml.snakeyaml.events.DocumentEndEvent
Marks the end of a document.
This event follows the document's content.
-
Nested Class Summary
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the type (kind) if this Eventboolean
Methods inherited from class org.yaml.snakeyaml.events.Event
equals, getArguments, getEndMark, getStartMark, hashCode, is, toString
-
Field Details
-
explicit
private final boolean explicit
-
-
Constructor Details
-
DocumentEndEvent
-
-
Method Details
-
getExplicit
public boolean getExplicit() -
getEventId
Description copied from class:Event
Get the type (kind) if this Event- Specified by:
getEventId
in classEvent
- Returns:
- the ID of this Event
-