Interface ToHtmlSerializerPlugin


public interface ToHtmlSerializerPlugin
A plugin for the ToHtmlSerializer
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    visit(Node node, Visitor visitor, Printer printer)
    Visit the given node
  • Method Details

    • 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