Package org.pegdown.plugins
Interface ToHtmlSerializerPlugin
public interface ToHtmlSerializerPlugin
A plugin for the
ToHtmlSerializer
-
Method Summary
-
Method Details
-
visit
Visit the given node- Parameters:
node
- The node to visitvisitor
- The visitor, for delegating back to handling children, etcprinter
- The printer to print output to- Returns:
- true if this plugin knew how to serialize the node, false otherwise
-