Flying Saucer Project Release ${app.version}

org.xhtmlrenderer.resource
Class XMLResource

java.lang.Object
  extended by org.xhtmlrenderer.resource.AbstractResource
      extended by org.xhtmlrenderer.resource.XMLResource
All Implemented Interfaces:
Resource

public class XMLResource
extends AbstractResource

Author:
Patrick Wright

Method Summary
 org.w3c.dom.Document getDocument()
           
static XMLResource load(org.xml.sax.InputSource source)
           
static XMLResource load(java.io.InputStream stream)
           
static XMLResource load(java.io.Reader reader)
           
static XMLResource load(javax.xml.transform.Source source)
           
static org.xml.sax.XMLReader newXMLReader()
           
 
Methods inherited from class org.xhtmlrenderer.resource.AbstractResource
getElapsedLoadTime, getResourceInputSource, getResourceLoadTimeStamp
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

load

public static XMLResource load(java.io.InputStream stream)

load

public static XMLResource load(org.xml.sax.InputSource source)

load

public static XMLResource load(java.io.Reader reader)

load

public static XMLResource load(javax.xml.transform.Source source)

getDocument

public org.w3c.dom.Document getDocument()

newXMLReader

public static final org.xml.sax.XMLReader newXMLReader()

Flying Saucer Project Release ${app.version}

Flying Saucer Project Home