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(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 XMLResourceXMLResource. load(java.io.InputStream stream)static XMLResourceXMLResource. load(java.io.Reader reader)static XMLResourceXMLResource. load(javax.xml.transform.Source source)static XMLResourceXMLResource. 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 XMLResourceNaiveUserAgent. getXMLResource(java.lang.String uri)Retrieves the XML located at the given URI.
-