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
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.yaml.snakeyaml.events.Event
equals, getArguments, getEndMark, getStartMark, hashCode, is, toString
-
Constructor Details
-
DocumentEndEvent
Create- Parameters:
startMark
- - startendMark
- - endexplicit
- - true when it is present in the document, false for implicitly added
-
-
Method Details
-
getExplicit
public boolean getExplicit()getter- Returns:
- true when document end is present in the document
-
getEventId
getter- Specified by:
getEventId
in classEvent
- Returns:
- its identity
-