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
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Event
equals, getArguments, getEndMark, getStartMark, hashCode, is, toString
-
Constructor Details
-
DocumentEndEvent
-
-
Method Details
-
getExplicit
public boolean getExplicit()getter- Returns:
- true when document end is present in the document
-
getEventId
-