Uses of Class
org.xhtmlrenderer.resource.XMLResource
Packages that use XMLResource
Package
Description
-
Uses of XMLResource in Unnamed Package
Methods in Unnamed Package that return XMLResourceModifier and TypeMethodDescriptionprivate XMLResource
BrowsePanel.getErrorDocument
(String reason) -
Uses of XMLResource in org.xhtmlrenderer.demo.aboutbox
Methods in org.xhtmlrenderer.demo.aboutbox that return XMLResource -
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.PanelManager.getXMLResource
(String uri) -
Uses of XMLResource in org.xhtmlrenderer.demo.browser.swt
Methods in org.xhtmlrenderer.demo.browser.swt that return XMLResourceModifier and TypeMethodDescriptionprivate XMLResource
BrowserUserAgent.getNotFoundDocument
(String uri) Used internally when a document can't be loaded--returns XHTML as an XMLResource indicating that fact.BrowserUserAgent.getXMLResource
(String uri) -
Uses of XMLResource in org.xhtmlrenderer.extend
Methods in org.xhtmlrenderer.extend that return XMLResourceModifier and TypeMethodDescriptionUserAgentCallback.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
(XMLResource target) static XMLResource
XMLResource.load
(InputStream stream) static XMLResource
static XMLResource
static XMLResource
static XMLResource
static XMLResource
XMLResource.load
(InputSource source) Methods in org.xhtmlrenderer.resource with parameters of type XMLResourceModifier and TypeMethodDescriptionprivate XMLResource
XMLResource.XMLResourceBuilder.createXMLResource
(XMLResource target) private Document
XMLResource.XMLResourceBuilder.parse
(XMLResource target) -
Uses of XMLResource in org.xhtmlrenderer.swing
Methods in org.xhtmlrenderer.swing that return XMLResourceModifier and TypeMethodDescriptionDelegatingUserAgent.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