Class DocumentStartEvent


  • public final class DocumentStartEvent
    extends Event
    Marks the beginning of a document.

    This event followed by the document's content and a DocumentEndEvent.

    • Method Detail

      • getExplicit

        public boolean getExplicit()
      • getVersion

        public DumperOptions.Version getVersion()
        YAML version the document conforms to.
        Returns:
        nullif the document has no explicit %YAML directive. Otherwise an array with two components, the major and minor part of the version (in this order).
      • getTags

        public Map<String,​String> getTags()
        Tag shorthands as defined by the %TAG directive.
        Returns:
        Mapping of 'handles' to 'prefixes' (the handles include the '!' characters).
      • is

        public boolean is​(Event.ID id)
        Specified by:
        is in class Event