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 XMLResource
PanelManager.getNotFoundDocument
(String uri) Used internally when a document can't be loaded--returns XHTML as an XMLResource indicating that fact.@NonNull XMLResource
PanelManager.getXMLResource
(String uri) -
Uses of XMLResource in org.xhtmlrenderer.extend
Methods in org.xhtmlrenderer.extend that return XMLResourceModifier and TypeMethodDescription@Nullable XMLResource
UserAgentCallback.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) XMLResource
XMLResource.XMLResourceBuilder.createXMLResource
(Source source) private XMLResource
XMLResource.XMLResourceBuilder.createXMLResource
(InputSource inputSource) static XMLResource
XMLResource.load
(InputStream stream) static XMLResource
static XMLResource
static XMLResource
static XMLResource
static XMLResource
XMLResource.load
(InputSource source) -
Uses of XMLResource in org.xhtmlrenderer.swing
Methods in org.xhtmlrenderer.swing that return XMLResourceModifier and TypeMethodDescription@Nullable XMLResource
DelegatingUserAgent.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