org.xhtmlrenderer.resource
Class XMLResource
java.lang.Object
org.xhtmlrenderer.resource.AbstractResource
org.xhtmlrenderer.resource.XMLResource
- All Implemented Interfaces:
- Resource
public class XMLResource
- extends AbstractResource
- Author:
- Patrick Wright
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 Home