Interface IRender

    • Method Detail

      • render

        void render​(@NotNull
                    Node document,
                    @NotNull
                    java.lang.Appendable output)
      • render

        @NotNull
        default java.lang.String render​(@NotNull
                                        Node document)
        Render the tree of nodes to HTML.
        Parameters:
        document - the root node
        Returns:
        the rendered HTML
      • getOptions

        @Nullable
        DataHolder getOptions()
        Get Options for parsing
        Returns:
        DataHolder for options