Package org.pegdown.plugins
Interface ToHtmlSerializerPlugin
-
public interface ToHtmlSerializerPluginA plugin for theToHtmlSerializer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanvisit(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 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
-
-