Uses of Class
org.xhtmlrenderer.resource.XMLResource
-
Packages that use XMLResource Package Description org.xhtmlrenderer.extend org.xhtmlrenderer.resource org.xhtmlrenderer.swing -
-
Uses of XMLResource in org.xhtmlrenderer.extend
Methods in org.xhtmlrenderer.extend that return XMLResource Modifier and Type Method Description 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 XMLResource Modifier and Type Method Description static XMLResourceXMLResource. load(InputStream stream)static XMLResourceXMLResource. load(Reader reader)static XMLResourceXMLResource. load(Source source)static XMLResourceXMLResource. load(InputSource source) -
Uses of XMLResource in org.xhtmlrenderer.swing
Methods in org.xhtmlrenderer.swing that return XMLResource Modifier and Type Method Description XMLResourceDelegatingUserAgent. getXMLResource(String uri)Retrieves the XML located at the given URI.XMLResourceNaiveUserAgent. getXMLResource(String uri)Retrieves the XML located at the given URI.
-