org.yaml.snakeyaml.events
Class DocumentEndEvent
java.lang.Object
org.yaml.snakeyaml.events.Event
org.yaml.snakeyaml.events.DocumentEndEvent
public final class DocumentEndEvent
- extends Event
Marks the end of a document.
This event follows the document's content.
Nested classes/interfaces inherited from class org.yaml.snakeyaml.events.Event |
Event.ID |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DocumentEndEvent
public DocumentEndEvent(Mark startMark,
Mark endMark,
boolean explicit)
getExplicit
public boolean getExplicit()
is
public boolean is(Event.ID id)
- Specified by:
is
in class Event
Copyright © 2008-2011. All Rights Reserved.