Uses of Class
org.openpdf.resource.HtmlParserConfig
Packages that use HtmlParserConfig
-
Uses of HtmlParserConfig in org.openpdf.resource
Methods in org.openpdf.resource that return HtmlParserConfigModifier and TypeMethodDescriptionHtmlParserConfig.Builder.build()Build the configuration.static HtmlParserConfigHtmlParserConfig.defaults()Returns the default configuration.Methods in org.openpdf.resource with parameters of type HtmlParserConfigModifier and TypeMethodDescriptionstatic HtmlResourceHtmlResource.load(InputStream stream, HtmlParserConfig config, @Nullable String systemId) Load and parse an HTML document from an InputStream with custom configuration.static HtmlResourceHtmlResource.load(Reader reader, HtmlParserConfig config) Load and parse an HTML document from a Reader with custom configuration.static HtmlResourceHtmlResource.load(String html, HtmlParserConfig config) Load and parse an HTML document from a String with custom configuration.static HtmlResourceHtmlResource.load(URL source, HtmlParserConfig config) Load and parse an HTML document from a URL with custom configuration.