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 XMLResource
UserAgentCallback. getXMLResource(java.lang.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 XMLResource
XMLResource. load(java.io.InputStream stream)
static XMLResource
XMLResource. load(java.io.Reader reader)
static XMLResource
XMLResource. load(javax.xml.transform.Source source)
static XMLResource
XMLResource. load(org.xml.sax.InputSource source)
-
Uses of XMLResource in org.xhtmlrenderer.swing
Methods in org.xhtmlrenderer.swing that return XMLResource Modifier and Type Method Description XMLResource
NaiveUserAgent. getXMLResource(java.lang.String uri)
Retrieves the XML located at the given URI.
-