Uses of Class
org.xhtmlrenderer.resource.XMLResource
Packages that use XMLResource
Package
Description
-
Uses of XMLResource in org.xhtmlrenderer.demo.browser
Methods in org.xhtmlrenderer.demo.browser that return XMLResourceModifier and TypeMethodDescriptionprivate XMLResourcePanelManager.getNotFoundDocument(String uri) Used internally when a document can't be loaded--returns XHTML as an XMLResource indicating that fact.@NonNull XMLResourcePanelManager.getXMLResource(String uri) -
Uses of XMLResource in org.xhtmlrenderer.extend
Methods in org.xhtmlrenderer.extend that return XMLResourceModifier and TypeMethodDescription@Nullable XMLResourceUserAgentCallback.getXMLResource(String uri) Retrieves the XML at the given URI. -
Uses of XMLResource in org.xhtmlrenderer.resource
Methods in org.xhtmlrenderer.resource that return XMLResourceModifier and TypeMethodDescription(package private) XMLResourceXMLResource.XMLResourceBuilder.createXMLResource(Source source) private XMLResourceXMLResource.XMLResourceBuilder.createXMLResource(InputSource inputSource) static XMLResourceXMLResource.load(InputStream stream) static XMLResourcestatic XMLResourcestatic XMLResourcestatic XMLResourcestatic XMLResourceXMLResource.load(InputSource source) -
Uses of XMLResource in org.xhtmlrenderer.swing
Methods in org.xhtmlrenderer.swing that return XMLResourceModifier and TypeMethodDescription@Nullable XMLResourceDelegatingUserAgent.getXMLResource(String uri) Retrieves the XML located at the given URI.NaiveUserAgent.getXMLResource(String uri) Retrieves the XML located at the given URI. -
Uses of XMLResource in org.xhtmlrenderer.swt
Methods in org.xhtmlrenderer.swt that return XMLResource