Interface ToHtmlSerializerPlugin

    • Method Detail

      • visit

        boolean visit​(Node node,
                      Visitor visitor,
                      Printer printer)
        Visit the given node
        Parameters:
        node - The node to visit
        visitor - The visitor, for delegating back to handling children, etc
        printer - The printer to print output to
        Returns:
        true if this plugin knew how to serialize the node, false otherwise