Class CollectionStartEvent

    • Field Detail

      • tag

        private final java.lang.String tag
      • implicit

        private final boolean implicit
    • Constructor Detail

      • CollectionStartEvent

        public CollectionStartEvent​(java.lang.String anchor,
                                    java.lang.String tag,
                                    boolean implicit,
                                    Mark startMark,
                                    Mark endMark,
                                    DumperOptions.FlowStyle flowStyle)
      • CollectionStartEvent

        @Deprecated
        public CollectionStartEvent​(java.lang.String anchor,
                                    java.lang.String tag,
                                    boolean implicit,
                                    Mark startMark,
                                    Mark endMark,
                                    java.lang.Boolean flowStyle)
        Deprecated.
    • 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 DumperOptions.FlowStyle 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()
        Description copied from class: Event
        Generate human readable representation of the Event
        Overrides:
        getArguments in class NodeEvent
        Returns:
        representation fore humans
        See Also:
        "__repr__ for Event in PyYAML"
      • isFlow

        public boolean isFlow()