Uses of Class
org.openpdf.resource.HtmlResource
Packages that use HtmlResource
-
Uses of HtmlResource in org.openpdf.resource
Methods in org.openpdf.resource that return HtmlResourceModifier and TypeMethodDescriptionstatic HtmlResourceHtmlResource.load(InputStream stream) Load and parse an HTML document from an InputStream.static HtmlResourceHtmlResource.load(InputStream stream, HtmlParserConfig config, @Nullable String systemId) Load and parse an HTML document from an InputStream with custom configuration.static HtmlResourceLoad and parse an HTML document from a Reader.static HtmlResourceHtmlResource.load(Reader reader, HtmlParserConfig config) Load and parse an HTML document from a Reader with custom configuration.static HtmlResourceLoad and parse an HTML document from a String.static HtmlResourceHtmlResource.load(String html, HtmlParserConfig config) Load and parse an HTML document from a String with custom configuration.static HtmlResourceLoad and parse an HTML document from a URL.static HtmlResourceHtmlResource.load(URL source, HtmlParserConfig config) Load and parse an HTML document from a URL with custom configuration.