Class CollectionNode

    • Constructor Detail

      • CollectionNode

        public CollectionNode​(Tag tag,
                              Mark startMark,
                              Mark endMark,
                              java.lang.Boolean flowStyle)
    • Method Detail

      • getFlowStyle

        public java.lang.Boolean getFlowStyle()
        Serialization style of this collection.
        Returns:
        true for flow style, false for block style.
      • setFlowStyle

        public void setFlowStyle​(java.lang.Boolean flowStyle)
      • setEndMark

        public void setEndMark​(Mark endMark)