Flying Saucer Project Release ${app.version}

Uses of Class
org.xhtmlrenderer.resource.XMLResource

Packages that use XMLResource
org.xhtmlrenderer.extend   
org.xhtmlrenderer.resource   
org.xhtmlrenderer.swing   
 

Uses of XMLResource in org.xhtmlrenderer.extend
 

Methods in org.xhtmlrenderer.extend that return XMLResource
 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
static XMLResource XMLResource.load(org.xml.sax.InputSource source)
           
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)
           
 

Uses of XMLResource in org.xhtmlrenderer.swing
 

Methods in org.xhtmlrenderer.swing that return XMLResource
 XMLResource NaiveUserAgent.getXMLResource(java.lang.String uri)
          Retrieves the XML located at the given URI.
 


Flying Saucer Project Release ${app.version}

Flying Saucer Project Home