Class PrettyPrintHandler

  • All Implemented Interfaces:
    Handler

    public class PrettyPrintHandler
    extends DefaultHandler
    The pretty print handler is a simple HTML parsing handler that pretty prints the HTML to a string buffer. Pretty printing means, that the indents are added by the depth of the according content in the document tree.
    Author:
    cybercon <bndly@cybercon.de>