Interface XBEditableDocument

    • Method Detail

      • setRootBlock

        void setRootBlock​(XBBlock block)
        Sets root block of the document.
        Parameters:
        block - the block to use as root block for this document
      • setTailData

        void setTailData​(@Nullable
                         java.io.InputStream source)
                  throws java.io.IOException
        Sets tail data.
        Parameters:
        source - data stream
        Throws:
        java.io.IOException - exception on input/output error
      • clear

        void clear()
        Clears all data in this document.