Class CollectionStartEvent

    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.yaml.snakeyaml.events.Event

        Event.ID
    • Constructor Summary

      Constructors 
      Constructor Description
      CollectionStartEvent​(java.lang.String anchor, java.lang.String tag, boolean implicit, Mark startMark, Mark endMark, java.lang.Boolean flowStyle)  
    • Constructor Detail

      • CollectionStartEvent

        public CollectionStartEvent​(java.lang.String anchor,
                                    java.lang.String tag,
                                    boolean implicit,
                                    Mark startMark,
                                    Mark endMark,
                                    java.lang.Boolean flowStyle)
    • Method Detail

      • getTag

        public java.lang.String getTag()
        Tag of this collection.
        Returns:
        The tag of this collection, or null if no explicit tag is available.
      • getImplicit

        public boolean getImplicit()
        true if the tag can be omitted while this collection is emitted.
        Returns:
        True if the tag can be omitted while this collection is emitted.
      • getFlowStyle

        public java.lang.Boolean getFlowStyle()
        true if this collection is in flow style, false for block style.
        Returns:
        If this collection is in flow style.
      • getArguments

        protected java.lang.String getArguments()
        Overrides:
        getArguments in class NodeEvent
        See Also:
        "__repr__ for Event in PyYAML"