Class DefaultParserConfig

  • All Implemented Interfaces:
    ParserConfig

    public class DefaultParserConfig
    extends Object
    implements ParserConfig
    The default parser config is a basic static implementation of a HTML parser configuration. Only <br> tags will be detected as self closing tags. White spaces will be detected by isWhitespace.
    Author:
    cybercon <bndly@cybercon.de>