Interface TextContentNodeRendererContext

    • Method Detail

      • stripNewlines

        @Deprecated
        boolean stripNewlines()
        Deprecated.
        Returns:
        true for stripping new lines and render text as "single line", false for keeping all line breaks.
      • render

        void render​(Node node)
        Render the specified node and its children using the configured renderers. This should be used to render child nodes; be careful not to pass the node that is being rendered, that would result in an endless loop.
        Parameters:
        node - the node to render