Class Image

    • Constructor Detail

      • Image

        public Image()
    • Method Detail

      • handleNode

        public void handleNode​(NodeHandler parent,
                               org.jsoup.nodes.Element node,
                               DocumentConverter converter)
        Creates a link reference to an image, and renders the correct output.
        Parameters:
        parent - The previous node walker, in case we just want to remove an element.
        node - Node to handle
        converter - Parent converter for this object.