org.pegdown.plugins
Interface ToHtmlSerializerPlugin


public interface ToHtmlSerializerPlugin

A plugin for the ToHtmlSerializer


Method Summary
 boolean visit(Node node, Visitor visitor, Printer printer)
          Visit the given node
 

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