Uses of Class
com.openhtmltopdf.resource.XMLResource
-
Packages that use XMLResource Package Description com.openhtmltopdf.extend com.openhtmltopdf.resource com.openhtmltopdf.swing -
-
Uses of XMLResource in com.openhtmltopdf.extend
Methods in com.openhtmltopdf.extend that return XMLResource Modifier and Type Method Description default XMLResourceUserAgentCallback. getXMLResource(String uri)Deprecated.XMLResourceUserAgentCallback. getXMLResource(String uri, ExternalResourceType type)Retrieves the XML at the given URI. -
Uses of XMLResource in com.openhtmltopdf.resource
Methods in com.openhtmltopdf.resource that return XMLResource Modifier and Type Method Description static XMLResourceXMLResource. load(InputStream stream)static XMLResourceXMLResource. load(Reader reader)static XMLResourceXMLResource. load(InputSource source) -
Uses of XMLResource in com.openhtmltopdf.swing
Methods in com.openhtmltopdf.swing that return XMLResource Modifier and Type Method Description XMLResourceNaiveUserAgent. getXMLResource(String uri, ExternalResourceType type)Retrieves the XML located at the given URI.
-