Class CollectionEndEvent

java.lang.Object
org.yaml.snakeyaml.events.Event
org.yaml.snakeyaml.events.CollectionEndEvent
Direct Known Subclasses:
MappingEndEvent, SequenceEndEvent

public abstract class CollectionEndEvent extends Event
Base class for the end events of the collection nodes.
  • Constructor Details

    • CollectionEndEvent

      public CollectionEndEvent(Mark startMark, Mark endMark)
      Create
      Parameters:
      startMark - - start
      endMark - - end