Class DefaultHandler

  • All Implemented Interfaces:
    Handler
    Direct Known Subclasses:
    ContentBuildingHandler, PrettyPrintHandler

    public class DefaultHandler
    extends Object
    implements Handler
    The default handler is an empty no-op HTML parsing callback handler. It can be used as a base when creating a custom handler.
    Author:
    cybercon <bndly@cybercon.de>