Uses of Interface
org.bndly.common.html.ParserConfig
-
-
Uses of ParserConfig in org.bndly.common.html
Classes in org.bndly.common.html that implement ParserConfig Modifier and Type Class Description classDefaultParserConfigThe default parser config is a basic static implementation of a HTML parser configuration.Constructors in org.bndly.common.html with parameters of type ParserConfig Constructor Description Parser(InputStream is, String encoding, ParserConfig config)Parser(InputStream is, ParserConfig config)Parser(Reader reader, ParserConfig config)Parser(String inputString, ParserConfig config)
-